Home
last modified time | relevance | path

Searched refs:FLOW_ACTION_DROP (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Den_tc_tracepoint.c21 [FLOW_ACTION_DROP] = "DROP",
/kernel/linux/linux-5.10/net/netfilter/
Dnft_immediate.c209 entry->id = FLOW_ACTION_DROP; in nft_immediate_offload_verdict()
/kernel/linux/linux-5.10/include/net/
Dflow_offload.h122 FLOW_ACTION_DROP, enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c504 case FLOW_ACTION_DROP: in cxgb4_process_flow_actions()
701 case FLOW_ACTION_DROP: in cxgb4_validate_flow_actions()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c363 case FLOW_ACTION_DROP: in sja1105_cls_flower_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c56 case FLOW_ACTION_DROP: { in mlxsw_sp_flower_parse_actions()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_flower.c191 case FLOW_ACTION_DROP: in ocelot_flower_parse_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c1116 if (act->id == FLOW_ACTION_DROP) { in mvpp2_port_c2_tcam_rule_add()
1315 if (act->id != FLOW_ACTION_QUEUE && act->id != FLOW_ACTION_DROP) in mvpp2_cls_rfs_parse_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c411 case FLOW_ACTION_DROP: in tc_parse_flow_actions()
Dstmmac_selftests.c1388 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c998 case FLOW_ACTION_DROP: in nfp_flower_loop_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c451 BIT(FLOW_ACTION_DROP),
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1692 case FLOW_ACTION_DROP: in qede_parse_actions()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c308 case FLOW_ACTION_DROP: in bnxt_tc_parse_actions()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3559 case FLOW_ACTION_DROP: in parse_tc_nic_actions()
4241 case FLOW_ACTION_DROP: in parse_tc_fdb_actions()
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c3205 act->id = FLOW_ACTION_DROP; in ethtool_rx_flow_rule_create()
/kernel/linux/linux-5.10/net/sched/
Dcls_api.c3598 entry->id = FLOW_ACTION_DROP; in tc_setup_flow_action()