Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h29 TC_INDIRECT_ACTION_DECLARE(tcf_ctinfo_act);
93 if (a->ops->act == tcf_ctinfo_act) in tc_act()
94 return tcf_ctinfo_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_ctinfo.c79 TC_INDIRECT_SCOPE int tcf_ctinfo_act(struct sk_buff *skb, in tcf_ctinfo_act() function
360 .act = tcf_ctinfo_act,