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.c13791 int old_maxseg; in bbr_output_wtime() local
13793 old_maxseg = tp->t_maxseg; in bbr_output_wtime()
13798 if (old_maxseg <= tp->t_maxseg) { in bbr_output_wtime()
13800 tp->t_maxseg = old_maxseg - 40; in bbr_output_wtime()