Searched refs:tlplen (Results 1 – 1 of 1) sorted by relevance
12333 uint32_t tlplen; in bbr_output_wtime() local12336 tlplen = maxseg; in bbr_output_wtime()12338 if (tlplen > (uint32_t)(avail - sb_offset)) { in bbr_output_wtime()12339 tlplen = (uint32_t)(avail - sb_offset); in bbr_output_wtime()12341 if (tlplen > tp->snd_wnd) { in bbr_output_wtime()12344 len = tlplen; in bbr_output_wtime()