Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c13797 int old_maxseg; in bbr_output_wtime() local
13799 old_maxseg = tp->t_maxseg; in bbr_output_wtime()
13804 if (old_maxseg <= tp->t_maxseg) { in bbr_output_wtime()
13806 tp->t_maxseg = old_maxseg - 40; in bbr_output_wtime()