diff options
Diffstat (limited to 'net/core/skbuff.c')
| -rw-r--r-- | net/core/skbuff.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 12aabcda6db2..f63de967ac25 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -943,6 +943,7 @@ void __kfree_skb_defer(struct sk_buff *skb)  void napi_skb_free_stolen_head(struct sk_buff *skb)  { +	nf_reset_ct(skb);  	skb_dst_drop(skb);  	skb_ext_put(skb);  	napi_skb_cache_put(skb); |