Home
last modified time | relevance | path

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

/linux/net/core/
A Dgro.c467 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
478 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
518 &gro_list->list, skb); in dev_gro_receive()
533 gro_list->count--; in dev_gro_receive()
542 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
543 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
545 gro_list->count++; in dev_gro_receive()
553 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
556 if (gro_list->count) { in dev_gro_receive()
/linux/include/linux/
A Dnetdevice.h334 struct gro_list { struct
369 struct gro_list gro_hash[GRO_HASH_BUCKETS];

Completed in 24 milliseconds