Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c481 struct gro_list *gro_list = &gro->hash[bucket]; in dev_gro_receive() local
491 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
531 &gro_list->list, skb); in dev_gro_receive()
546 gro_list->count--; in dev_gro_receive()
555 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
556 gro_flush_oldest(gro, &gro_list->list); in dev_gro_receive()
558 gro_list->count++; in dev_gro_receive()
566 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
569 if (gro_list->count) { in dev_gro_receive()
/linux/include/linux/
H A Dnetdevice.h341 struct gro_list { struct
362 struct gro_list hash[GRO_HASH_BUCKETS]; argument