Lines Matching defs:need
449 __u32 tsval, tsecr; /* need to include OPTION_TS */
611 * particular reason why the ordering would need to be changed).
818 u32 need = fastopen->cookie.len;
820 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE :
822 need = (need + 3) & ~3U; /* Align to 32 bits */
823 if (remaining >= need) {
826 remaining -= need;
897 u32 need = foc->len;
899 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE :
901 need = (need + 3) & ~3U; /* Align to 32 bits */
902 if (remaining >= need) {
905 remaining -= need;
1008 * to process all sockets that eventually need to send more skbs.
1046 * We run in tasklet context but need to disable irqs when
1373 /* Calculate the MD5 hash, as we have all we need now */
1469 /* Pcount in the middle of the write queue got changed, we need to do various
1560 * We need some allowance to not penalize applications setting small
2441 /* Do we need to wait to drain cwnd? With none in flight, don't stall */
2486 * we need to propagate it to the new skb.
2595 * No need to wait for TX completion to call us back,
3438 * we need to make sure not sending too bigs TSO packets
3528 * We need to set tp->snd_nxt to the value it would have
3727 /* Okay, we have all we need - do the md5 hash if needed */