Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h532 uint32_t rc_tlp_threshold; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h796 uint8_t rc_tlp_threshold; /* Socket option value Lock(a) */ member
H A Drack.c5988 if (rack->r_ctl.rc_tlp_threshold) in rack_calc_thresh_tlp()
5989 thresh = srtt + (srtt / rack->r_ctl.rc_tlp_threshold); in rack_calc_thresh_tlp()
14614 rack->r_ctl.rc_tlp_threshold = rack_tlp_thresh; in rack_init()
23596 rack->r_ctl.rc_tlp_threshold = optval; in rack_process_option()
24018 if (dest->r_ctl.rc_tlp_threshold != src->r_ctl.rc_tlp_threshold) { in rack_inherit()
24019 dest->r_ctl.rc_tlp_threshold = src->r_ctl.rc_tlp_threshold; in rack_inherit()
24672 optval = rack->r_ctl.rc_tlp_threshold; in rack_get_sockopt()
H A Dbbr.c4154 if (bbr->rc_tlp_threshold) in bbr_calc_thresh_tlp()
4155 thresh = srtt + (srtt / bbr->rc_tlp_threshold); in bbr_calc_thresh_tlp()
9972 bbr->rc_tlp_threshold = bbr_tlp_thresh; in bbr_init()
14388 bbr->rc_tlp_threshold = optval; in bbr_set_sockopt()
14667 optval = bbr->rc_tlp_threshold; in bbr_get_sockopt()