Lines Matching refs:flush
192 int flush = 1;
238 flush = NAPI_GRO_CB(p)->flush;
239 flush |= (__force int)(flags & TCP_FLAG_CWR);
240 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
242 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
244 flush |= *(u32 *)((u8 *)th + i) ^
254 flush |= NAPI_GRO_CB(p)->flush_id;
260 flush |= (len - 1) >= mss;
261 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
263 flush |= p->decrypted ^ skb->decrypted;
266 if (flush || skb_gro_receive(p, skb)) {
274 flush = len < mss;
275 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH |
279 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush))
283 NAPI_GRO_CB(skb)->flush |= (flush != 0);
311 /* Don't bother verifying checksum if we're going to flush anyway. */
312 if (!NAPI_GRO_CB(skb)->flush &&
315 NAPI_GRO_CB(skb)->flush = 1;