Lines Matching refs:flush

322 	int flush = 1;  in tcp_gro_receive()  local
333 flush = (__force int)(flags & TCP_FLAG_CWR); in tcp_gro_receive()
334 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
336 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive()
338 flush |= *(u32 *)((u8 *)th + i) ^ in tcp_gro_receive()
341 flush |= gro_receive_network_flush(th, th2, p); in tcp_gro_receive()
350 flush |= (mss != skb_shinfo(skb)->gso_size); in tcp_gro_receive()
352 flush |= (len - 1) >= mss; in tcp_gro_receive()
354 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()
355 flush |= skb_cmp_decrypted(p, skb); in tcp_gro_receive()
358 flush |= (__force int)(flags ^ tcp_flag_word(th2)); in tcp_gro_receive()
359 flush |= skb->ip_summed != p->ip_summed; in tcp_gro_receive()
360 flush |= skb->csum_level != p->csum_level; in tcp_gro_receive()
361 flush |= NAPI_GRO_CB(p)->count >= 64; in tcp_gro_receive()
364 if (flush || skb_gro_receive_list(p, skb)) in tcp_gro_receive()
370 if (flush || skb_gro_receive(p, skb)) { in tcp_gro_receive()
380 flush = len != NAPI_GRO_CB(skb)->count * skb_shinfo(skb)->gso_size; in tcp_gro_receive()
382 flush = len < mss; in tcp_gro_receive()
384 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH | in tcp_gro_receive()
388 if (p && (!NAPI_GRO_CB(skb)->same_flow || flush)) in tcp_gro_receive()
391 NAPI_GRO_CB(skb)->flush |= (flush != 0); in tcp_gro_receive()
452 if (!NAPI_GRO_CB(skb)->flush && in tcp4_gro_receive()
455 goto flush; in tcp4_gro_receive()
459 goto flush; in tcp4_gro_receive()
465 flush: in tcp4_gro_receive()
466 NAPI_GRO_CB(skb)->flush = 1; in tcp4_gro_receive()