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 {
#ifdef CONFIG_NETFILTER
unsigned long nfmark;
__u32 nfcache;
struct nf_conntrack *nfct;
__u32 nfctinfo;
struct nf_conntrack *nfct;
#ifdef CONFIG_NETFILTER_DEBUG
unsigned int nf_debug;
#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