Commit 297c2ba2 authored by Patrick McHardy's avatar Patrick McHardy

[NETFILTER]: Fill hole in netfilter skb fields on 64bit

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent ca844c33
...@@ -250,8 +250,8 @@ struct sk_buff { ...@@ -250,8 +250,8 @@ struct sk_buff {
#ifdef CONFIG_NETFILTER #ifdef CONFIG_NETFILTER
unsigned long nfmark; unsigned long nfmark;
__u32 nfcache; __u32 nfcache;
struct nf_conntrack *nfct;
__u32 nfctinfo; __u32 nfctinfo;
struct nf_conntrack *nfct;
#ifdef CONFIG_NETFILTER_DEBUG #ifdef CONFIG_NETFILTER_DEBUG
unsigned int nf_debug; unsigned int nf_debug;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment