Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h423 uint32_t rc_reorder_fade; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h688 uint32_t rc_reorder_fade; /* Socket option value Lock(a) */ member
H A Drack.c5915 if (rack->r_ctl.rc_reorder_fade) { in rack_calc_thresh_rack()
5929 if (lro > rack->r_ctl.rc_reorder_fade) { in rack_calc_thresh_rack()
14612 rack->r_ctl.rc_reorder_fade = rack_reorder_fade; in rack_init()
23590 rack->r_ctl.rc_reorder_fade = optval; in rack_process_option()
24013 if (dest->r_ctl.rc_reorder_fade != src->r_ctl.rc_reorder_fade) { in rack_inherit()
24014 dest->r_ctl.rc_reorder_fade = src->r_ctl.rc_reorder_fade; in rack_inherit()
24655 optval = rack->r_ctl.rc_reorder_fade; in rack_get_sockopt()
H A Dbbr.c4087 if (bbr->r_ctl.rc_reorder_fade) { in bbr_calc_thresh_rack()
4101 if (lro > bbr->r_ctl.rc_reorder_fade) { in bbr_calc_thresh_rack()
9971 bbr->r_ctl.rc_reorder_fade = bbr_reorder_fade; in bbr_init()
14382 bbr->r_ctl.rc_reorder_fade = optval; in bbr_set_sockopt()
14646 optval = bbr->r_ctl.rc_reorder_fade; in bbr_get_sockopt()