Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h376 uint32_t rc_tlp_threshold; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h800 uint8_t rc_tlp_threshold; /* Socket option value Lock(a) */ member
H A Drack.c4266 if (rack->r_ctl.rc_tlp_threshold) in rack_calc_thresh_tlp()
4267 thresh = srtt + (srtt / rack->r_ctl.rc_tlp_threshold); in rack_calc_thresh_tlp()
10370 rack->r_ctl.rc_tlp_threshold = rack_tlp_thresh; in rack_init()
14598 rack->r_ctl.rc_tlp_threshold = optval; in rack_set_sockopt()
14779 optval = rack->r_ctl.rc_tlp_threshold; in rack_get_sockopt()
H A Dbbr.c4179 if (bbr->rc_tlp_threshold) in bbr_calc_thresh_tlp()
4180 thresh = srtt + (srtt / bbr->rc_tlp_threshold); in bbr_calc_thresh_tlp()
10091 bbr->rc_tlp_threshold = bbr_tlp_thresh; in bbr_init()
14514 bbr->rc_tlp_threshold = optval; in bbr_set_sockopt()
14795 optval = bbr->rc_tlp_threshold; in bbr_get_sockopt()