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 e6564b0a6839..8896e6f8aa42 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -300,7 +300,6 @@ void __kfree_skb(struct sk_buff *skb)
300 skb->tc_index = 0; 300 skb->tc_index = 0;
301#ifdef CONFIG_NET_CLS_ACT 301#ifdef CONFIG_NET_CLS_ACT
302 skb->tc_verd = 0; 302 skb->tc_verd = 0;
303 skb->tc_classid = 0;
304#endif 303#endif
305#endif 304#endif
306 305
@@ -376,7 +375,6 @@ struct sk_buff *skb_clone(struct sk_buff *skb, unsigned int __nocast gfp_mask)
376 n->tc_verd = CLR_TC_OK2MUNGE(n->tc_verd); 375 n->tc_verd = CLR_TC_OK2MUNGE(n->tc_verd);
377 n->tc_verd = CLR_TC_MUNGED(n->tc_verd); 376 n->tc_verd = CLR_TC_MUNGED(n->tc_verd);
378 C(input_dev); 377 C(input_dev);
379 C(tc_classid);
380#endif 378#endif
381 379
382#endif 380#endif