diff options
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 52f4d9c69704..a494d04e5dea 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -39,7 +39,8 @@ struct inet_skb_parm | |||
39 | 39 | ||
40 | #define IPSKB_FORWARDED 1 | 40 | #define IPSKB_FORWARDED 1 |
41 | #define IPSKB_XFRM_TUNNEL_SIZE 2 | 41 | #define IPSKB_XFRM_TUNNEL_SIZE 2 |
42 | #define IPSKB_FRAG_COMPLETE 4 | 42 | #define IPSKB_XFRM_TRANSFORMED 4 |
43 | #define IPSKB_FRAG_COMPLETE 8 | ||
43 | }; | 44 | }; |
44 | 45 | ||
45 | struct ipcm_cookie | 46 | struct ipcm_cookie |