Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Ddev.c6040 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
6052 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
6088 &gro_list->list, skb); in dev_gro_receive()
6107 gro_list->count--; in dev_gro_receive()
6116 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
6117 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
6119 gro_list->count++; in dev_gro_receive()
6125 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
6133 if (gro_list->count) { in dev_gro_receive()
/Linux-v5.15/include/linux/
Dnetdevice.h303 struct gro_list { struct
335 struct gro_list gro_hash[GRO_HASH_BUCKETS];