Home
last modified time | relevance | path

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

/net/core/
Ddev.c6089 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local
6101 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()
6137 &gro_list->list, skb); in dev_gro_receive()
6156 gro_list->count--; in dev_gro_receive()
6165 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
6166 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()
6168 gro_list->count++; in dev_gro_receive()
6174 list_add(&skb->list, &gro_list->list); in dev_gro_receive()
6182 if (gro_list->count) { in dev_gro_receive()