Searched refs:gro_list (Results 1 – 2 of 2) sorted by relevance
465 struct gro_list *gro_list = &gro->hash[bucket]; in dev_gro_receive() local475 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->count) { in dev_gro_receive()
337 struct gro_list { struct358 struct gro_list hash[GRO_HASH_BUCKETS]; argument