Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c465 struct gro_list *gro_list = &gro->hash[bucket]; in dev_gro_receive() local
475 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
515 &gro_list->list, skb); in dev_gro_receive()
530 gro_list->count--; in dev_gro_receive()
539 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
540 gro_flush_oldest(gro, &gro_list->list); in dev_gro_receive()
542 gro_list->count++; in dev_gro_receive()
550 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
553 if (gro_list in dev_gro_receive()
[all...]
/linux/include/linux/
H A Dnetdevice.h337 struct gro_list { struct
358 struct gro_list hash[GRO_HASH_BUCKETS]; argument