Home
last modified time | relevance | path

Searched refs:gro_list (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/net/core/
H A Dgro.c440 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
451 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
492 &gro_list->list, skb); in dev_gro_receive()
507 gro_list->count--; in dev_gro_receive()
516 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
517 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
519 gro_list->count++; in dev_gro_receive()
527 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
530 if (gro_list in dev_gro_receive()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h319 struct gro_list { struct
351 struct gro_list gro_hash[GRO_HASH_BUCKETS];
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h338 struct gro_list { struct
373 struct gro_list gro_hash[GRO_HASH_BUCKETS];

Completed in 20 milliseconds