]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/core/skbuff.c
net: rename skb->iif to skb->skb_iif
[net-next-2.6.git] / net / core / skbuff.c
index 739b8f4dd327b76d1da7d5ef2ae3289b2d543e37..bfa3e7865a8c92fe397b4a2636233deee5633fc4 100644 (file)
@@ -549,7 +549,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
 #endif
        new->protocol           = old->protocol;
        new->mark               = old->mark;
-       new->iif                = old->iif;
+       new->skb_iif            = old->skb_iif;
        __nf_copy(new, old);
 #if defined(CONFIG_NETFILTER_XT_TARGET_TRACE) || \
     defined(CONFIG_NETFILTER_XT_TARGET_TRACE_MODULE)