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.h560 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h576 uint16_t rc_reorder_shift; /* Socket option value Lock(a) */ member
H A Dbbr.c2514 log.u_bbr.flex7 = bbr->r_ctl.rc_reorder_shift; in bbr_log_thresh_choice()
4118 if (bbr->r_ctl.rc_reorder_shift) in bbr_calc_thresh_rack()
4119 thresh += (srtt >> bbr->r_ctl.rc_reorder_shift); in bbr_calc_thresh_rack()
9975 bbr->r_ctl.rc_reorder_shift = bbr_reorder_thresh; in bbr_init()
14381 bbr->r_ctl.rc_reorder_shift = optval; in bbr_set_sockopt()
14648 optval = bbr->r_ctl.rc_reorder_shift; in bbr_get_sockopt()
H A Drack.c5953 if (rack->r_ctl.rc_reorder_shift) in rack_calc_thresh_rack()
5954 thresh += (srtt >> rack->r_ctl.rc_reorder_shift); in rack_calc_thresh_rack()
14669 rack->r_ctl.rc_reorder_shift = rack_reorder_thresh; in rack_init()
23569 rack->r_ctl.rc_reorder_shift = optval; in rack_process_option()
23994 if (dest->r_ctl.rc_reorder_shift != src->r_ctl.rc_reorder_shift) { in rack_inherit()
23995 dest->r_ctl.rc_reorder_shift = src->r_ctl.rc_reorder_shift; in rack_inherit()
24625 optval = rack->r_ctl.rc_reorder_shift; in rack_get_sockopt()