Searched refs:flush_old (Results 1 – 1 of 1) sorted by relevance
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() argument519 __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() argument524 gro_flush(&napi->gro, flush_old); in napi_gro_flush()537 static inline void gro_flush_normal(struct gro_node *gro, bool flush_old) in gro_flush_normal() argument539 gro_flush(gro, flush_old); in gro_flush_normal()
Completed in 7 milliseconds