Home
last modified time | relevance | path

Searched refs:trap_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh205 local trap_type
219 trap_type=$(devlink_trap_type_get $trap_name)
220 if [ $trap_type != "drop" ]; then
238 trap_type=$(devlink_trap_type_get $trap_name)
239 if [ $trap_type != "drop" ]; then
/openbmc/linux/arch/ia64/include/asm/
H A Dfpswa.h58 typedef fpswa_ret_t (*efi_fpswa_t) (unsigned long trap_type, void *bundle, unsigned long *ipsr,
/openbmc/phosphor-snmp/
H A Dsnmp_notification.cpp118 pdu->trap_type = SNMP_TRAP_ENTERPRISESPECIFIC; in sendTrap()
/openbmc/linux/net/core/
H A Ddrop_monitor.c447 if (metadata->trap_type == DEVLINK_TRAP_TYPE_CONTROL) in net_dm_hw_trap_summary_probe()
971 if (metadata->trap_type == DEVLINK_TRAP_TYPE_CONTROL) in net_dm_hw_trap_packet_probe()
/openbmc/linux/include/net/
H A Ddevlink.h761 enum devlink_trap_type trap_type; member
/openbmc/linux/net/devlink/
H A Dtrap.c1476 metadata->trap_type = trap_item->trap->type; in devlink_trap_report_metadata_set()