hw_entry 322 net/core/drop_monitor.c const struct net_dm_hw_entry *hw_entry) hw_entry 330 net/core/drop_monitor.c if (nla_put_string(msg, NET_DM_ATTR_HW_TRAP_NAME, hw_entry->trap_name)) hw_entry 333 net/core/drop_monitor.c if (nla_put_u32(msg, NET_DM_ATTR_HW_TRAP_COUNT, hw_entry->count)) hw_entry 438 net/core/drop_monitor.c struct net_dm_hw_entry *hw_entry; hw_entry 451 net/core/drop_monitor.c hw_entry = &hw_entries->entries[i]; hw_entry 452 net/core/drop_monitor.c if (!strncmp(hw_entry->trap_name, hw_metadata->trap_name, hw_entry 454 net/core/drop_monitor.c hw_entry->count++; hw_entry 461 net/core/drop_monitor.c hw_entry = &hw_entries->entries[hw_entries->num_entries]; hw_entry 462 net/core/drop_monitor.c strlcpy(hw_entry->trap_name, hw_metadata->trap_name, hw_entry 464 net/core/drop_monitor.c hw_entry->count = 1;