Searched refs:tlplen (Results 1 – 1 of 1) sorted by relevance
12302 uint32_t tlplen; in bbr_output_wtime() local12305 tlplen = maxseg; in bbr_output_wtime()12307 if (tlplen > (uint32_t)(avail - sb_offset)) { in bbr_output_wtime()12308 tlplen = (uint32_t)(avail - sb_offset); in bbr_output_wtime()12310 if (tlplen > tp->snd_wnd) { in bbr_output_wtime()12313 len = tlplen; in bbr_output_wtime()