Lines Matching defs:need
442 __u32 tsval, tsecr; /* need to include OPTION_TS */
602 * particular reason why the ordering would need to be changed).
808 u32 need = fastopen->cookie.len;
810 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE :
812 need = (need + 3) & ~3U; /* Align to 32 bits */
813 if (remaining >= need) {
816 remaining -= need;
887 u32 need = foc->len;
889 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE :
891 need = (need + 3) & ~3U; /* Align to 32 bits */
892 if (remaining >= need) {
895 remaining -= need;
998 * to process all sockets that eventually need to send more skbs.
1036 * We run in tasklet context but need to disable irqs when
1362 /* Calculate the MD5 hash, as we have all we need now */
1457 /* Pcount in the middle of the write queue got changed, we need to do various
1550 * We need some allowance to not penalize applications setting small
2383 /* Do we need to wait to drain cwnd? With none in flight, don't stall */
2424 * we need to propagate it to the new skb.
2537 * No need to wait for TX completion to call us back,
3348 * we need to make sure not sending too bigs TSO packets
3437 * We need to set tp->snd_nxt to the value it would have
3637 /* Okay, we have all we need - do the md5 hash if needed */