Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.c26 [FLOW_ACTION_VLAN_PUSH] = "VLAN_PUSH",
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h129 FLOW_ACTION_VLAN_PUSH, enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_flower.c333 case FLOW_ACTION_VLAN_PUSH: in ocelot_flower_parse_action()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c90 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_vlan()
317 case FLOW_ACTION_VLAN_PUSH: in bnxt_tc_parse_actions()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c1032 case FLOW_ACTION_VLAN_PUSH: in nfp_flower_loop_action()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4006 case FLOW_ACTION_VLAN_PUSH: in parse_tc_vlan_action()
4066 .id = FLOW_ACTION_VLAN_PUSH, in add_vlan_push_action()
4424 case FLOW_ACTION_VLAN_PUSH: in parse_tc_fdb_actions()
4426 if (act->id == FLOW_ACTION_VLAN_PUSH && in parse_tc_fdb_actions()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_api.c3619 entry->id = FLOW_ACTION_VLAN_PUSH; in tc_setup_flow_action()