Searched refs:flush_old (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | gro.c | 273 bool flush_old) in __napi_gro_flush_chain() 279 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in __napi_gro_flush_chain() 294 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() argument 302 __napi_gro_flush_chain(napi, base, flush_old); in napi_gro_flush() 272 __napi_gro_flush_chain(struct napi_struct *napi, u32 index, bool flush_old) __napi_gro_flush_chain() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 5838 bool flush_old) in __napi_gro_flush_chain() 5844 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in __napi_gro_flush_chain() 5859 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() argument 5867 __napi_gro_flush_chain(napi, base, flush_old); in napi_gro_flush() 5837 __napi_gro_flush_chain(struct napi_struct *napi, u32 index, bool flush_old) __napi_gro_flush_chain() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 3886 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3903 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
|
Completed in 31 milliseconds