Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_vlan.c49 case TCA_VLAN_ACT_PUSH: in tcf_vlan_act()
157 case TCA_VLAN_ACT_PUSH: in tcf_vlan_init()
245 p->tcfv_push_prio_exists = push_prio_exists || action == TCA_VLAN_ACT_PUSH; in tcf_vlan_init()
304 if ((p->tcfv_action == TCA_VLAN_ACT_PUSH || in tcf_vlan_dump()
361 case TCA_VLAN_ACT_PUSH: in tcf_vlan_offload_act_setup()
392 case TCA_VLAN_ACT_PUSH: in tcf_vlan_offload_act_setup()
/Linux-v6.1/include/uapi/linux/tc_act/
Dtc_vlan.h12 #define TCA_VLAN_ACT_PUSH 2 macro