Home
last modified time | relevance | path

Searched refs:rc_reorder_fade (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h293 uint32_t rc_reorder_fade; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h692 uint32_t rc_reorder_fade; /* Socket option value Lock(a) */ member
H A Drack.c4209 if (rack->r_ctl.rc_reorder_fade) { in rack_calc_thresh_rack()
4223 if (lro > rack->r_ctl.rc_reorder_fade) { in rack_calc_thresh_rack()
10368 rack->r_ctl.rc_reorder_fade = rack_reorder_fade; in rack_init()
14592 rack->r_ctl.rc_reorder_fade = optval; in rack_set_sockopt()
14765 optval = rack->r_ctl.rc_reorder_fade; in rack_get_sockopt()
H A Dbbr.c4112 if (bbr->r_ctl.rc_reorder_fade) { in bbr_calc_thresh_rack()
4126 if (lro > bbr->r_ctl.rc_reorder_fade) { in bbr_calc_thresh_rack()
10090 bbr->r_ctl.rc_reorder_fade = bbr_reorder_fade; in bbr_init()
14508 bbr->r_ctl.rc_reorder_fade = optval; in bbr_set_sockopt()
14774 optval = bbr->r_ctl.rc_reorder_fade; in bbr_get_sockopt()