kernel/net/sched/sch_atm.c
.. .. @@ -396,10 +396,13 @@ 396 396 result = tcf_classify(skb, fl, &res, true); 397 397 if (result < 0) 398 398 continue; 399 + if (result == TC_ACT_SHOT)400 + goto done;401 +399 402 flow = (struct atm_flow_data *)res.class; 400 403 if (!flow) 401 404 flow = lookup_flow(sch, res.classid); 402 - goto done;405 + goto drop;403 406 } 404 407 } 405 408 flow = NULL;