Home
last modified time | relevance | path

Searched refs:flush_old (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dgro.h503 void __gro_flush(struct gro_node *gro, bool flush_old);
505 static inline void gro_flush(struct gro_node *gro, bool flush_old) in gro_flush() argument
510 __gro_flush(gro, flush_old); in gro_flush()
513 static inline void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() argument
515 gro_flush(&napi->gro, flush_old); in napi_gro_flush()
528 static inline void gro_flush_normal(struct gro_node *gro, bool flush_old) in gro_flush_normal() argument
530 gro_flush(gro, flush_old); in gro_flush_normal()
/linux/net/core/
H A Dgro.c290 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() argument
296 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in __gro_flush_chain()
312 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() argument
320 __gro_flush_chain(gro, base, flush_old); in __gro_flush()