Home
last modified time | relevance | path

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

/include/net/
A Dgro.h512 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()
537 static inline void gro_flush_normal(struct gro_node *gro, bool flush_old) in gro_flush_normal() argument
539 gro_flush(gro, flush_old); in gro_flush_normal()

Completed in 7 milliseconds