Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h730 uint16_t bbr_utter_max; member
H A Dbbr.c5899 if (bbr->r_ctl.bbr_utter_max && (new_tso > (bbr->r_ctl.bbr_utter_max * maxseg))) { in tcp_bbr_tso_size_check()
5900 new_tso = bbr->r_ctl.bbr_utter_max * maxseg; in tcp_bbr_tso_size_check()
10166 bbr->r_ctl.bbr_utter_max = bbr_hptsi_utter_max; in bbr_init()
14540 bbr->r_ctl.bbr_utter_max = optval; in bbr_set_sockopt()
14784 optval = bbr->r_ctl.bbr_utter_max; in bbr_get_sockopt()