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.h696 int32_t bbr_hptsi_segments_max; member
H A Dbbr.c393 static int32_t bbr_hptsi_segments_max = 2; variable
1309 &bbr_hptsi_segments_max, 6, in bbr_init_sysctls()
5809 if (new_tso > bbr->r_ctl.bbr_hptsi_segments_max) in tcp_bbr_tso_size_check()
5810 new_tso = bbr->r_ctl.bbr_hptsi_segments_max; in tcp_bbr_tso_size_check()
5850 if (new_tso < (bbr->r_ctl.bbr_hptsi_segments_max * maxseg)) in tcp_bbr_tso_size_check()
5851 new_tso = (bbr->r_ctl.bbr_hptsi_segments_max * maxseg); in tcp_bbr_tso_size_check()
10056 bbr->r_ctl.bbr_hptsi_segments_max = bbr_hptsi_segments_max; in bbr_init()
14253 bbr->r_ctl.bbr_hptsi_segments_max = optval; in bbr_set_sockopt()
14591 optval = bbr->r_ctl.bbr_hptsi_segments_max; in bbr_get_sockopt()