Searched refs:gro_result_t (Results 1 – 2 of 2) sorted by relevance
6117 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish()6119 gro_result_t ret) in napi_skb_finish()6146 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()6148 gro_result_t ret; in napi_gro_receive()6202 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()6204 gro_result_t ret) in napi_frags_finish()6275 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()6277 gro_result_t ret; in napi_gro_frags()
387 typedef enum gro_result gro_result_t; typedef3884 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);3887 gro_result_t napi_gro_frags(struct napi_struct *napi);