Loading net/sched/sch_api.c +2 −2 Original line number Diff line number Diff line Loading @@ -1672,12 +1672,12 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) { int err = 0; __be16 protocol; #ifdef CONFIG_NET_CLS_ACT __be16 protocol; struct tcf_proto *otp = tp; reclassify: #endif protocol = skb->protocol; #endif err = tc_classify_compat(skb, tp, res); #ifdef CONFIG_NET_CLS_ACT Loading Loading
net/sched/sch_api.c +2 −2 Original line number Diff line number Diff line Loading @@ -1672,12 +1672,12 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) { int err = 0; __be16 protocol; #ifdef CONFIG_NET_CLS_ACT __be16 protocol; struct tcf_proto *otp = tp; reclassify: #endif protocol = skb->protocol; #endif err = tc_classify_compat(skb, tp, res); #ifdef CONFIG_NET_CLS_ACT Loading