Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dact_vlan.c85 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_act()
199 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_init()
249 if (action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_init()
314 if (p->tcfv_action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_dump()
397 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
422 case TCA_VLAN_ACT_PUSH_ETH: in tcf_vlan_offload_act_setup()
/linux-5.19.10/include/uapi/linux/tc_act/
Dtc_vlan.h20 #define TCA_VLAN_ACT_PUSH_ETH 5 macro