Home
last modified time | relevance | path

Searched refs:gro_result_t (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/core/
Ddev.c5592 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()
/Linux-v5.4/include/linux/
Dnetdevice.h371 typedef enum gro_result gro_result_t; typedef
3628 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);
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dtxrx.c910 gro_result_t rc = GRO_NORMAL; in wil_netif_rx()