Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgro.h528 static inline void gro_flush_normal(struct gro_node *gro, bool flush_old) in gro_flush_normal() function
/linux/kernel/bpf/
H A Dcpumap.c287 gro_flush_normal(&rcpu->gro, !empty && HZ >= 1000); in cpu_map_gro_flush()
/linux/net/core/
H A Ddev.c6782 gro_flush_normal(&n->gro, !!timeout); in napi_complete_done()
6853 gro_flush_normal(&napi->gro, HZ >= 1000); in __busy_poll_stop()
7746 gro_flush_normal(&n->gro, HZ >= 1000); in __napi_poll()
7846 gro_flush_normal(&napi->gro, HZ >= 1000); in napi_threaded_poll_loop()