Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_vlan.c84 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_act()
198 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_init()
248 if (action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_init()
313 if (p->tcfv_action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_dump()
379 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
404 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_vlan.h15 #define TCA_VLAN_ACT_PUSH_ETH 5 macro