aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 16df7bd77e78..ef498cb9f786 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -333,7 +333,6 @@ struct sk_buff *skb_clone(struct sk_buff *skb, unsigned int __nocast gfp_mask)
333 n->sk = NULL; 333 n->sk = NULL;
334 C(stamp); 334 C(stamp);
335 C(dev); 335 C(dev);
336 C(real_dev);
337 C(h); 336 C(h);
338 C(nh); 337 C(nh);
339 C(mac); 338 C(mac);
@@ -397,7 +396,6 @@ static void copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
397 396
398 new->sk = NULL; 397 new->sk = NULL;
399 new->dev = old->dev; 398 new->dev = old->dev;
400 new->real_dev = old->real_dev;
401 new->priority = old->priority; 399 new->priority = old->priority;
402 new->protocol = old->protocol; 400 new->protocol = old->protocol;
403 new->dst = dst_clone(old->dst); 401 new->dst = dst_clone(old->dst);