Home
last modified time | relevance | path

Searched refs:DEVLINK_TRAP_ACTION_DROP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Ddevlink.h231 DEVLINK_TRAP_ACTION_DROP, enumerator
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_trap.c181 case DEVLINK_TRAP_ACTION_DROP: in mlxsw_sp_trap_action_set()
/Linux-v5.4/drivers/net/netdevsim/
Ddev.c421 if (nsim_trap_item->action == DEVLINK_TRAP_ACTION_DROP) in nsim_dev_trap_report()
/Linux-v5.4/net/core/
Ddevlink.c5282 case DEVLINK_TRAP_ACTION_DROP: /* fall-through */ in devlink_trap_action_get_from_info()
7851 devlink->ops->trap_action_set(devlink, trap, DEVLINK_TRAP_ACTION_DROP); in devlink_trap_disable()
7852 trap_item->action = DEVLINK_TRAP_ACTION_DROP; in devlink_trap_disable()