Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h30 TC_INDIRECT_ACTION_DECLARE(tcf_gact_act);
53 if (a->ops->act == tcf_gact_act) in tc_act()
54 return tcf_gact_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_gact.c149 TC_INDIRECT_SCOPE int tcf_gact_act(struct sk_buff *skb, in tcf_gact_act() function
291 .act = tcf_gact_act,