Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c471 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
482 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
522 &gro_list->list, skb); in dev_gro_receive()
537 gro_list->count--; in dev_gro_receive()
546 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
547 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
549 gro_list->count++; in dev_gro_receive()
557 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
560 if (gro_list->count) { in dev_gro_receive()
/linux/include/linux/
H A Dnetdevice.h332 struct gro_list { struct
367 struct gro_list gro_hash[GRO_HASH_BUCKETS];