Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h43 TC_INDIRECT_ACTION_DECLARE(tcf_vlan_act);
113 if (a->ops->act == tcf_vlan_act) in tc_act()
114 return tcf_vlan_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_vlan.c22 TC_INDIRECT_SCOPE int tcf_vlan_act(struct sk_buff *skb, in tcf_vlan_act() function
421 .act = tcf_vlan_act,