Home
last modified time | relevance | path

Searched defs:gro_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/
Dnetdevice.h303 struct gro_list { struct
304 struct list_head list;
305 int count;
/Linux-v5.15/net/core/
Ddev.c6040 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local