diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e0b70e961e61..7f377fb8b527 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1509,6 +1509,8 @@ struct napi_gro_cb { | |||
1509 | 1509 | ||
1510 | /* Free the skb? */ | 1510 | /* Free the skb? */ |
1511 | int free; | 1511 | int free; |
1512 | #define NAPI_GRO_FREE 1 | ||
1513 | #define NAPI_GRO_FREE_STOLEN_HEAD 2 | ||
1512 | }; | 1514 | }; |
1513 | 1515 | ||
1514 | #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) | 1516 | #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) |