Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h31 TC_INDIRECT_ACTION_DECLARE(tcf_gate_act);
97 if (a->ops->act == tcf_gate_act) in tc_act()
98 return tcf_gate_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_gate.c117 TC_INDIRECT_SCOPE int tcf_gate_act(struct sk_buff *skb, in tcf_gate_act() function
639 .act = tcf_gate_act,