Home
last modified time | relevance | path

Searched refs:bbr_utter_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h726 uint16_t bbr_utter_max; member
H A Dbbr.c5856 if (bbr->r_ctl.bbr_utter_max && (new_tso > (bbr->r_ctl.bbr_utter_max * maxseg))) { in tcp_bbr_tso_size_check()
5857 new_tso = bbr->r_ctl.bbr_utter_max * maxseg; in tcp_bbr_tso_size_check()
10047 bbr->r_ctl.bbr_utter_max = bbr_hptsi_utter_max; in bbr_init()
14414 bbr->r_ctl.bbr_utter_max = optval; in bbr_set_sockopt()
14656 optval = bbr->r_ctl.bbr_utter_max; in bbr_get_sockopt()