summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorPatrick McHardy2005-11-21 06:19:21 +0100
committerDavid S. Miller2005-11-21 06:19:21 +0100
commitb84f4cc977ec4a1260dc8d9165efc9319a93c2a2 (patch)
tree03e60bfcc51dfcb288fb2efe62e9ec805704c3d0 /include/linux/skbuff.h
parent[DCCP]: Add missing no_policy flag to struct net_protocol (diff)
downloadkernel-qcow2-linux-b84f4cc977ec4a1260dc8d9165efc9319a93c2a2.tar.gz
kernel-qcow2-linux-b84f4cc977ec4a1260dc8d9165efc9319a93c2a2.tar.xz
kernel-qcow2-linux-b84f4cc977ec4a1260dc8d9165efc9319a93c2a2.zip
[NET]: Use unused bit for ipvs_property field in struct sk_buff
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 0a8ea8b35816..e797d9ef0e28 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -264,16 +264,14 @@ struct sk_buff {
nohdr:1,
nfctinfo:3;
__u8 pkt_type:3,
- fclone:2;
+ fclone:2,
+ ipvs_property:1;
__be16 protocol;
void (*destructor)(struct sk_buff *skb);
#ifdef CONFIG_NETFILTER
__u32 nfmark;
struct nf_conntrack *nfct;
-#if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE)
- __u8 ipvs_property:1;
-#endif
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
struct sk_buff *nfct_reasm;
#endif