Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_vlan.h19 #define TCA_VLAN_ACT_PUSH 2 macro
/Linux-v4.19/net/sched/
Dact_vlan.c53 case TCA_VLAN_ACT_PUSH: in tcf_vlan_act()
142 case TCA_VLAN_ACT_PUSH: in tcf_vlan_init()
259 if ((p->tcfv_action == TCA_VLAN_ACT_PUSH || in tcf_vlan_dump()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c443 case TCA_VLAN_ACT_PUSH: in cxgb4_process_flow_actions()
631 case TCA_VLAN_ACT_PUSH: in cxgb4_validate_flow_actions()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c750 } else if (is_tcf_vlan(a) && tcf_vlan_action(a) == TCA_VLAN_ACT_PUSH) { in nfp_flower_loop_action()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c86 case TCA_VLAN_ACT_PUSH: in bnxt_tc_parse_vlan()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2631 } else if (tcf_vlan_action(a) == TCA_VLAN_ACT_PUSH) { in parse_tc_vlan_action()