Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h1959 struct napi_gro_cb { struct
2016 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
/linux-4.4.14/net/core/
Ddev.c4074 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb)); in napi_gro_complete()