Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h694 int32_t bbr_hptsi_segments_max; member
H A Dbbr.c391 static int32_t bbr_hptsi_segments_max = 2; variable
1307 &bbr_hptsi_segments_max, 6, in bbr_init_sysctls()
5807 if (new_tso > bbr->r_ctl.bbr_hptsi_segments_max) in tcp_bbr_tso_size_check()
5808 new_tso = bbr->r_ctl.bbr_hptsi_segments_max; in tcp_bbr_tso_size_check()
5848 if (new_tso < (bbr->r_ctl.bbr_hptsi_segments_max * maxseg)) in tcp_bbr_tso_size_check()
5849 new_tso = (bbr->r_ctl.bbr_hptsi_segments_max * maxseg); in tcp_bbr_tso_size_check()
10054 bbr->r_ctl.bbr_hptsi_segments_max = bbr_hptsi_segments_max; in bbr_init()
14247 bbr->r_ctl.bbr_hptsi_segments_max = optval; in bbr_set_sockopt()
14585 optval = bbr->r_ctl.bbr_hptsi_segments_max; in bbr_get_sockopt()