Searched refs:gro_list (Results 1 – 2 of 2) sorted by relevance
437 struct gro_list *gro_list = &napi->gro_hash[bucket]; in dev_gro_receive() local448 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()489 &gro_list->list, skb); in dev_gro_receive()504 gro_list->count--; in dev_gro_receive()513 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()514 gro_flush_oldest(napi, &gro_list->list); in dev_gro_receive()516 gro_list->count++; in dev_gro_receive()524 list_add(&skb->list, &gro_list->list); in dev_gro_receive()527 if (gro_list->count) { in dev_gro_receive()
338 struct gro_list { struct373 struct gro_list gro_hash[GRO_HASH_BUCKETS];