Home
last modified time | relevance | path

Searched refs:napi_gro_cb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2486 struct napi_gro_cb { struct
2553 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c5798 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()