diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 2d6a14f5f2f1..625d73b07ab7 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -227,6 +227,7 @@ typedef unsigned char *sk_buff_data_t; | |||
227 | * @mark: Generic packet mark | 227 | * @mark: Generic packet mark |
228 | * @nfct: Associated connection, if any | 228 | * @nfct: Associated connection, if any |
229 | * @ipvs_property: skbuff is owned by ipvs | 229 | * @ipvs_property: skbuff is owned by ipvs |
230 | * @nf_trace: netfilter packet trace flag | ||
230 | * @nfctinfo: Relationship of this skb to the connection | 231 | * @nfctinfo: Relationship of this skb to the connection |
231 | * @nfct_reasm: netfilter conntrack re-assembly pointer | 232 | * @nfct_reasm: netfilter conntrack re-assembly pointer |
232 | * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c | 233 | * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c |
@@ -278,7 +279,8 @@ struct sk_buff { | |||
278 | nfctinfo:3; | 279 | nfctinfo:3; |
279 | __u8 pkt_type:3, | 280 | __u8 pkt_type:3, |
280 | fclone:2, | 281 | fclone:2, |
281 | ipvs_property:1; | 282 | ipvs_property:1, |
283 | nf_trace:1; | ||
282 | __be16 protocol; | 284 | __be16 protocol; |
283 | 285 | ||
284 | void (*destructor)(struct sk_buff *skb); | 286 | void (*destructor)(struct sk_buff *skb); |