Home
last modified time | relevance | path

Searched refs:FLOW_ACTION_VLAN_PUSH (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Den_tc_tracepoint.c26 [FLOW_ACTION_VLAN_PUSH] = "VLAN_PUSH",
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c517 case FLOW_ACTION_VLAN_PUSH: in cxgb4_process_flow_actions()
526 case FLOW_ACTION_VLAN_PUSH: in cxgb4_process_flow_actions()
738 case FLOW_ACTION_VLAN_PUSH: in cxgb4_validate_flow_actions()
745 case FLOW_ACTION_VLAN_PUSH: in cxgb4_validate_flow_actions()
/kernel/linux/linux-5.10/include/net/
Dflow_offload.h129 FLOW_ACTION_VLAN_PUSH, enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_flower.c318 case FLOW_ACTION_VLAN_PUSH: in ocelot_flower_parse_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c90 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_vlan()
317 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_actions()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c1032 case FLOW_ACTION_VLAN_PUSH: in nfp_flower_loop_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3995 case FLOW_ACTION_VLAN_PUSH: in parse_tc_vlan_action()
4055 .id = FLOW_ACTION_VLAN_PUSH, in add_vlan_push_action()
4413 case FLOW_ACTION_VLAN_PUSH: in parse_tc_fdb_actions()
4415 if (act->id == FLOW_ACTION_VLAN_PUSH && in parse_tc_fdb_actions()
/kernel/linux/linux-5.10/net/sched/
Dcls_api.c3618 entry->id = FLOW_ACTION_VLAN_PUSH; in tc_setup_flow_action()