Searched refs:gro (Results 1 – 3 of 3) sorted by relevance
516 if (!gro->bitmask) in gro_flush()519 __gro_flush(gro, flush_old); in gro_flush()524 gro_flush(&napi->gro, flush_old); in napi_gro_flush()530 if (!gro->rx_count) in gro_normal_list()533 INIT_LIST_HEAD(&gro->rx_list); in gro_normal_list()534 gro->rx_count = 0; in gro_normal_list()539 gro_flush(gro, flush_old); in gro_flush_normal()540 gro_normal_list(gro); in gro_flush_normal()550 gro->rx_count += segs; in gro_normal_one()552 gro_normal_list(gro); in gro_normal_one()[all …]
131 const struct gro_node *gro) in __skb_mark_napi_id() argument138 skb->napi_id = gro->cached_napi_id; in __skb_mark_napi_id()145 __skb_mark_napi_id(skb, &napi->gro); in skb_mark_napi_id()
400 struct gro_node gro; member4162 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb);4167 return gro_receive_skb(&napi->gro, skb); in napi_gro_receive()
Completed in 23 milliseconds