Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h558 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h574 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dbbr.c2512 log.u_bbr.flex7 = bbr->r_ctl.rc_reorder_shift; in bbr_log_thresh_choice()
4116 if (bbr->r_ctl.rc_reorder_shift) in bbr_calc_thresh_rack()
4117 thresh += (srtt >> bbr->r_ctl.rc_reorder_shift); in bbr_calc_thresh_rack()
9973 bbr->r_ctl.rc_reorder_shift = bbr_reorder_thresh; in bbr_init()
14375 bbr->r_ctl.rc_reorder_shift = optval; in bbr_set_sockopt()
14642 optval = bbr->r_ctl.rc_reorder_shift; in bbr_get_sockopt()
H A Drack.c5949 if (rack->r_ctl.rc_reorder_shift) in rack_calc_thresh_rack()
5950 thresh += (srtt >> rack->r_ctl.rc_reorder_shift); in rack_calc_thresh_rack()
14666 rack->r_ctl.rc_reorder_shift = rack_reorder_thresh; in rack_init()
23583 rack->r_ctl.rc_reorder_shift = optval; in rack_process_option()
24008 if (dest->r_ctl.rc_reorder_shift != src->r_ctl.rc_reorder_shift) { in rack_inherit()
24009 dest->r_ctl.rc_reorder_shift = src->r_ctl.rc_reorder_shift; in rack_inherit()
24639 optval = rack->r_ctl.rc_reorder_shift; in rack_get_sockopt()