Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddev.c5309 bool flush_old) in __napi_gro_flush_chain() argument
5315 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies) in __napi_gro_flush_chain()
5331 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() argument
5337 __napi_gro_flush_chain(napi, i, flush_old); in napi_gro_flush()
/Linux-v4.19/include/linux/
Dnetdevice.h3534 void napi_gro_flush(struct napi_struct *napi, bool flush_old);