Searched refs:flush_old (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | gro.h | 512 void __gro_flush(struct gro_node *gro, bool flush_old); 514 static inline void gro_flush(struct gro_node *gro, bool flush_old) in gro_flush() argument 519 __gro_flush(gro, flush_old); in gro_flush() 522 static inline void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() argument 524 gro_flush(&napi->gro, flush_old); in napi_gro_flush()
|
| /linux-6.15/net/core/ |
| H A D | gro.c | 289 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() argument 295 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in __gro_flush_chain() 311 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() argument 319 __gro_flush_chain(gro, base, flush_old); in __gro_flush()
|