Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h28 TC_INDIRECT_ACTION_DECLARE(tcf_ct_act);
89 if (a->ops->act == tcf_ct_act) in tc_act()
90 return tcf_ct_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_ct.c955 TC_INDIRECT_SCOPE int tcf_ct_act(struct sk_buff *skb, const struct tc_action *a, in tcf_ct_act() function
1587 .act = tcf_ct_act,