Home
last modified time | relevance | path

Searched refs:tcf_simp_act (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dtc_wrapper.h40 TC_INDIRECT_ACTION_DECLARE(tcf_simp_act);
125 if (a->ops->act == tcf_simp_act) in tc_act()
126 return tcf_simp_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_simple.c25 TC_INDIRECT_SCOPE int tcf_simp_act(struct sk_buff *skb, in tcf_simp_act() function
206 .act = tcf_simp_act,