Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgro.c442 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
453 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
494 &gro_list->list, skb); in dev_gro_receive()
509 gro_list->count--; in dev_gro_receive()
518 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
519 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
521 gro_list->count++; in dev_gro_receive()
529 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
532 if (gro_list->count) { in dev_gro_receive()
/openbmc/linux/include/linux/
H A Dnetdevice.h338 struct gro_list { struct
373 struct gro_list gro_hash[GRO_HASH_BUCKETS];