Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c12454 uint32_t tlplen; in bbr_output_wtime() local
12457 tlplen = maxseg; in bbr_output_wtime()
12459 if (tlplen > (uint32_t)(avail - sb_offset)) { in bbr_output_wtime()
12460 tlplen = (uint32_t)(avail - sb_offset); in bbr_output_wtime()
12462 if (tlplen > tp->snd_wnd) { in bbr_output_wtime()
12465 len = tlplen; in bbr_output_wtime()