Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/tcp_stacks/
HDtcp_rack.h503 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
HDtcp_bbr.h576 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
HDbbr.c2523 log.u_bbr.flex7 = bbr->r_ctl.rc_reorder_shift; in bbr_log_thresh_choice()
4132 if (bbr->r_ctl.rc_reorder_shift) in bbr_calc_thresh_rack()
4133 thresh += (srtt >> bbr->r_ctl.rc_reorder_shift); in bbr_calc_thresh_rack()
10032 bbr->r_ctl.rc_reorder_shift = bbr_reorder_thresh; in bbr_init()
14429 bbr->r_ctl.rc_reorder_shift = optval; in bbr_set_sockopt()
14699 optval = bbr->r_ctl.rc_reorder_shift; in bbr_get_sockopt()
HDrack.c5101 if (rack->r_ctl.rc_reorder_shift) in rack_calc_thresh_rack()
5102 thresh += (srtt >> rack->r_ctl.rc_reorder_shift); in rack_calc_thresh_rack()
12179 rack->r_ctl.rc_reorder_shift = rack_reorder_thresh; in rack_init()
19601 rack->r_ctl.rc_reorder_shift = optval; in rack_process_option()
20082 optval = rack->r_ctl.rc_reorder_shift; in rack_get_sockopt()