Home
last modified time | relevance | path

Searched refs:max_reduction (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h550 uint32_t max_reduction; member
H A Drack.c7216 max_red = (slot * rack->r_ctl.max_reduction) / 100; in rack_start_hpts_timer()
15399 rack->r_ctl.max_reduction = rack_max_reduce; in rack_init()
24697 rack->r_ctl.max_reduction = optval; in rack_process_option()
25136 if (dest->r_ctl.max_reduction != src->r_ctl.max_reduction) { in rack_inherit()
25137 dest->r_ctl.max_reduction = src->r_ctl.max_reduction; in rack_inherit()
25808 optval = rack->r_ctl.max_reduction; in rack_get_sockopt()