Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/
Den_tc_tracepoint.c26 [FLOW_ACTION_VLAN_PUSH] = "VLAN_PUSH",
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c406 case FLOW_ACTION_VLAN_PUSH: in cxgb4_process_flow_actions()
415 case FLOW_ACTION_VLAN_PUSH: in cxgb4_process_flow_actions()
590 case FLOW_ACTION_VLAN_PUSH: in cxgb4_validate_flow_actions()
597 case FLOW_ACTION_VLAN_PUSH: in cxgb4_validate_flow_actions()
/Linux-v5.4/include/net/
Dflow_offload.h123 FLOW_ACTION_VLAN_PUSH, enumerator
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c86 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_vlan()
137 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_actions()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3120 case FLOW_ACTION_VLAN_PUSH: in parse_tc_vlan_action()
3158 .id = FLOW_ACTION_VLAN_PUSH, in add_vlan_push_action()
3350 case FLOW_ACTION_VLAN_PUSH: in parse_tc_fdb_actions()
3352 if (act->id == FLOW_ACTION_VLAN_PUSH && in parse_tc_fdb_actions()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c1003 case FLOW_ACTION_VLAN_PUSH: in nfp_flower_loop_action()
/Linux-v5.4/net/sched/
Dcls_api.c3478 entry->id = FLOW_ACTION_VLAN_PUSH; in tc_setup_flow_action()