Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h698 int32_t bbr_hptsi_segments_max; member
H A Dbbr.c404 static int32_t bbr_hptsi_segments_max = 2; variable
1328 &bbr_hptsi_segments_max, 6, in bbr_init_sysctls()
5850 if (new_tso > bbr->r_ctl.bbr_hptsi_segments_max) in tcp_bbr_tso_size_check()
5851 new_tso = bbr->r_ctl.bbr_hptsi_segments_max; in tcp_bbr_tso_size_check()
5891 if (new_tso < (bbr->r_ctl.bbr_hptsi_segments_max * maxseg)) in tcp_bbr_tso_size_check()
5892 new_tso = (bbr->r_ctl.bbr_hptsi_segments_max * maxseg); in tcp_bbr_tso_size_check()
10173 bbr->r_ctl.bbr_hptsi_segments_max = bbr_hptsi_segments_max; in bbr_init()
14373 bbr->r_ctl.bbr_hptsi_segments_max = optval; in bbr_set_sockopt()
14713 optval = bbr->r_ctl.bbr_hptsi_segments_max; in bbr_get_sockopt()