X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fcore%2Fskbuff.c;h=f7749294aeaad1103d3719d6c0875b7f42720255;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=c34a3a9db7126f9f4ea8346c7d7a6d4402a24230;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/net/core/skbuff.c b/net/core/skbuff.c index c34a3a9db..f7749294a 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -311,6 +311,7 @@ struct sk_buff *skb_clone(struct sk_buff *skb, int gfp_mask) C(nfcache); C(nfct); nf_conntrack_get(skb->nfct); + C(nfctinfo); #ifdef CONFIG_NETFILTER_DEBUG C(nf_debug); #endif @@ -377,6 +378,7 @@ static void copy_skb_header(struct sk_buff *new, const struct sk_buff *old) new->nfcache = old->nfcache; new->nfct = old->nfct; nf_conntrack_get(old->nfct); + new->nfctinfo = old->nfctinfo; #ifdef CONFIG_NETFILTER_DEBUG new->nf_debug = old->nf_debug; #endif