diff options
author | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
commit | d978a6361ad13f1f9694fcb7b5852d253a544d92 (patch) | |
tree | 8e8a8c62286fab2c044c4b53563222c1b66d7cb0 /include/linux/skbuff.h | |
parent | 8303e699f7089a1cd1421750fb33f289e5f3e1b9 (diff) | |
parent | cb28ea3b13b86fb23448525f34720e659bda7aa8 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/nfc/microread/mei.c
net/netfilter/nfnetlink_queue_core.c
Pull in 'net' to get Eric Biederman's AF_UNIX fix, upon which
some cleanups are going to go on-top.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 364e2440a7ee..e27d1c782f32 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -2726,6 +2726,13 @@ static inline void nf_reset(struct sk_buff *skb) | |||
2726 | #endif | 2726 | #endif |
2727 | } | 2727 | } |
2728 | 2728 | ||
2729 | static inline void nf_reset_trace(struct sk_buff *skb) | ||
2730 | { | ||
2731 | #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) | ||
2732 | skb->nf_trace = 0; | ||
2733 | #endif | ||
2734 | } | ||
2735 | |||
2729 | /* Note: This doesn't put any conntrack and bridge info in dst. */ | 2736 | /* Note: This doesn't put any conntrack and bridge info in dst. */ |
2730 | static inline void __nf_copy(struct sk_buff *dst, const struct sk_buff *src) | 2737 | static inline void __nf_copy(struct sk_buff *dst, const struct sk_buff *src) |
2731 | { | 2738 | { |