Lines Matching defs:flush
40 u16 flush;
114 NAPI_GRO_CB(skb)->flush |= 1;
129 NAPI_GRO_CB(skb)->flush |= 1;
365 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush)
368 NAPI_GRO_CB(skb)->flush |= flush;
372 int flush,
376 NAPI_GRO_CB(skb)->flush |= flush;
382 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush)
384 NAPI_GRO_CB(skb)->flush |= flush;
388 int flush,
391 NAPI_GRO_CB(skb)->flush |= flush;
415 NAPI_GRO_CB(skb)->flush |= 1, NULL : \
493 int flush;
495 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, false);
497 flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, true);
499 return flush;