diff options
| author | Patrick McHardy <kaber@trash.net> | 2005-11-21 00:19:21 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2005-11-21 00:19:21 -0500 |
| commit | b84f4cc977ec4a1260dc8d9165efc9319a93c2a2 (patch) | |
| tree | 03e60bfcc51dfcb288fb2efe62e9ec805704c3d0 /include/linux | |
| parent | a516b04950f62d36b33db00c0d3c69d09dae99a9 (diff) | |
[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')
| -rw-r--r-- | include/linux/skbuff.h | 6 |
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 { | |||
| 264 | nohdr:1, | 264 | nohdr:1, |
| 265 | nfctinfo:3; | 265 | nfctinfo:3; |
| 266 | __u8 pkt_type:3, | 266 | __u8 pkt_type:3, |
| 267 | fclone:2; | 267 | fclone:2, |
| 268 | ipvs_property:1; | ||
| 268 | __be16 protocol; | 269 | __be16 protocol; |
| 269 | 270 | ||
| 270 | void (*destructor)(struct sk_buff *skb); | 271 | void (*destructor)(struct sk_buff *skb); |
| 271 | #ifdef CONFIG_NETFILTER | 272 | #ifdef CONFIG_NETFILTER |
| 272 | __u32 nfmark; | 273 | __u32 nfmark; |
| 273 | struct nf_conntrack *nfct; | 274 | struct nf_conntrack *nfct; |
| 274 | #if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE) | ||
| 275 | __u8 ipvs_property:1; | ||
| 276 | #endif | ||
| 277 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) | 275 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) |
| 278 | struct sk_buff *nfct_reasm; | 276 | struct sk_buff *nfct_reasm; |
| 279 | #endif | 277 | #endif |
