Searched refs:gro_list (Results 1 – 1 of 1) sorted by relevance
467 struct gro_list *gro_list = &gro->hash[bucket]; in dev_gro_receive() local477 gro_list_prepare(&gro_list->list, skb); in dev_gro_receive()517 &gro_list->list, skb); in dev_gro_receive()532 gro_list->count--; in dev_gro_receive()541 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()542 gro_flush_oldest(gro, &gro_list->list); in dev_gro_receive()544 gro_list->count++; in dev_gro_receive()552 list_add(&skb->list, &gro_list->list); in dev_gro_receive()555 if (gro_list->count) { in dev_gro_receive()