Lines Matching defs:sch_ret
4395 int sch_ret;
4410 sch_ret = tcx_run(entry, skb, true);
4411 if (sch_ret != TC_ACT_UNSPEC)
4414 sch_ret = tc_run(tcx_entry(entry), skb, &drop_reason);
4416 switch (sch_ret) {
4458 int sch_ret;
4469 sch_ret = tcx_run(entry, skb, false);
4470 if (sch_ret != TC_ACT_UNSPEC)
4473 sch_ret = tc_run(tcx_entry(entry), skb, &drop_reason);
4475 switch (sch_ret) {