Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h378 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h578 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dbbr.c2535 log.u_bbr.flex7 = bbr->r_ctl.rc_reorder_shift; in bbr_log_thresh_choice()
4141 if (bbr->r_ctl.rc_reorder_shift) in bbr_calc_thresh_rack()
4142 thresh += (srtt >> bbr->r_ctl.rc_reorder_shift); in bbr_calc_thresh_rack()
10092 bbr->r_ctl.rc_reorder_shift = bbr_reorder_thresh; in bbr_init()
14501 bbr->r_ctl.rc_reorder_shift = optval; in bbr_set_sockopt()
14770 optval = bbr->r_ctl.rc_reorder_shift; in bbr_get_sockopt()
H A Drack.c4238 if (rack->r_ctl.rc_reorder_shift) in rack_calc_thresh_rack()
4239 thresh += (srtt >> rack->r_ctl.rc_reorder_shift); in rack_calc_thresh_rack()
10383 rack->r_ctl.rc_reorder_shift = rack_reorder_thresh; in rack_init()
14585 rack->r_ctl.rc_reorder_shift = optval; in rack_set_sockopt()
14761 optval = rack->r_ctl.rc_reorder_shift; in rack_get_sockopt()