Searched refs:gro_result_t (Results 1 – 3 of 3) sorted by relevance
5592 static gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb) in napi_skb_finish()5620 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()5622 gro_result_t ret; in napi_gro_receive()5695 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()5697 gro_result_t ret) in napi_frags_finish()5768 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()5770 gro_result_t ret; in napi_gro_frags()
371 typedef enum gro_result gro_result_t; typedef3628 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);3631 gro_result_t napi_gro_frags(struct napi_struct *napi);
910 gro_result_t rc = GRO_NORMAL; in wil_netif_rx()