Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnetdevice.h2398 struct napi_gro_cb { struct
2465 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
/Linux-v5.10/net/core/
Ddev.c5742 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()