Searched refs:sch_ret (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Ddev.c3980 int sch_ret; local
3993 sch_ret = tcx_run(entry, skb, true);
3994 if (sch_ret != TC_ACT_UNSPEC)
3997 sch_ret = tc_run(tcx_entry(entry), skb, &drop_reason);
3999 switch (sch_ret) {
4036 int sch_ret; local
4045 sch_ret = tcx_run(entry, skb, false);
4046 if (sch_ret != TC_ACT_UNSPEC)
4049 sch_ret = tc_run(tcx_entry(entry), skb, &drop_reason);
4051 switch (sch_ret) {
[all...]

Completed in 133 milliseconds