Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_vlan.c51 case TCA_VLAN_ACT_PUSH: in tcf_vlan_act()
159 case TCA_VLAN_ACT_PUSH: in tcf_vlan_init()
247 p->tcfv_push_prio_exists = push_prio_exists || action == TCA_VLAN_ACT_PUSH; in tcf_vlan_init()
306 if ((p->tcfv_action == TCA_VLAN_ACT_PUSH || in tcf_vlan_dump()
363 case TCA_VLAN_ACT_PUSH: in tcf_vlan_offload_act_setup()
394 case TCA_VLAN_ACT_PUSH: in tcf_vlan_offload_act_setup()
/Linux-v6.6/include/uapi/linux/tc_act/
Dtc_vlan.h12 #define TCA_VLAN_ACT_PUSH 2 macro