/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | act.c | 11 [FLOW_ACTION_DROP] = &mlx5e_tc_act_drop, 37 [FLOW_ACTION_DROP] = &mlx5e_tc_act_drop,
|
H A D | police.c | 14 act_id != FLOW_ACTION_DROP) { in police_act_validate_control()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | en_tc_tracepoint.c | 21 [FLOW_ACTION_DROP] = "DROP",
|
/openbmc/linux/net/sched/ |
H A D | act_gact.c | 249 entry->id = FLOW_ACTION_DROP; in tcf_gact_offload_act_setup() 275 fl_action->id = FLOW_ACTION_DROP; in tcf_gact_offload_act_setup()
|
H A D | act_police.c | 416 act_id = FLOW_ACTION_DROP; in tcf_police_act_to_flow_act()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 383 case FLOW_ACTION_DROP: in dpaa2_switch_tc_parse_action_acl() 658 case FLOW_ACTION_DROP: in dpaa2_switch_cls_flower_replace() 803 case FLOW_ACTION_DROP: in dpaa2_switch_cls_matchall_replace()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 307 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in sja1105_policer_validate() 406 case FLOW_ACTION_DROP: in sja1105_cls_flower_add()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_police.c | 165 if (a->police.exceed.act_id != FLOW_ACTION_DROP) { in ocelot_policer_validate()
|
H A D | ocelot_flower.c | 265 case FLOW_ACTION_DROP: in ocelot_flower_parse_action()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_police.c | 78 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in lan966x_police_validate()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_immediate.c | 291 entry->id = FLOW_ACTION_DROP; in nft_immediate_offload_verdict()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 22 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in mlxsw_sp_policer_validate() 97 case FLOW_ACTION_DROP: { in mlxsw_sp_flower_parse_actions()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_tc.c | 198 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in otx2_policer_validate() 380 case FLOW_ACTION_DROP: in otx2_tc_parse_actions() 484 if (act->id == FLOW_ACTION_DROP) { in otx2_tc_process_vlan()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 504 case FLOW_ACTION_DROP: in cxgb4_process_flow_actions() 701 case FLOW_ACTION_DROP: in cxgb4_validate_flow_actions()
|
H A D | cxgb4_tc_matchall.c | 15 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in cxgb4_policer_validate()
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 152 FLOW_ACTION_DROP, enumerator
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flower.c | 100 case FLOW_ACTION_DROP: in prestera_flower_parse_actions()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 497 BIT(FLOW_ACTION_DROP), 1089 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in enetc_psfp_policer_validate()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_cls.c | 1122 if (act->id == FLOW_ACTION_DROP) { in mvpp2_port_c2_tcam_rule_add() 1321 if (act->id != FLOW_ACTION_QUEUE && act->id != FLOW_ACTION_DROP) in mvpp2_cls_rfs_parse_rule()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | qos_conf.c | 125 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in nfp_policer_validate()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 676 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in am65_cpsw_qos_clsflower_policer_validate()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 1388 rule->action.entries[0].id = FLOW_ACTION_DROP; in __stmmac_test_l3filt() 1517 rule->action.entries[0].id = FLOW_ACTION_DROP; in __stmmac_test_l4filt()
|
H A D | stmmac_tc.c | 446 case FLOW_ACTION_DROP: in tc_parse_flow_actions()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.c | 706 case FLOW_ACTION_DROP: in ice_eswitch_tc_parse_action() 1814 case FLOW_ACTION_DROP: in ice_tc_parse_action()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 1928 fa->id == FLOW_ACTION_DROP) && fa->hw_stats) { in efx_tc_flower_replace() 1969 case FLOW_ACTION_DROP: in efx_tc_flower_replace()
|