Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_vlan.c86 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_act()
200 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_init()
250 if (action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_init()
315 if (p->tcfv_action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_dump()
381 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
406 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_vlan.h15 #define TCA_VLAN_ACT_PUSH_ETH 5 macro