Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.c57 WL12XX_DEBUGFS_FWSTATS_FILE(wep, key_not_found, "%u");
157 DEBUGFS_FWSTATS_ADD(wep, key_not_found); in wl12xx_debugfs_add_files()
H A Dacx.h126 __le32 key_not_found; member
/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c139 DEBUGFS_FWSTATS_FILE(wep, key_not_found, 20, "%u");
279 DEBUGFS_FWSTATS_DEL(wep, key_not_found); in wl1251_debugfs_delete_files()
378 DEBUGFS_FWSTATS_ADD(wep, key_not_found); in wl1251_debugfs_add_files()
H A Dacx.h945 u32 key_not_found; member
/linux/net/ipv4/
H A Dtcp_ao.c984 goto key_not_found; in tcp_inbound_ao_hash()
1025 goto key_not_found; in tcp_inbound_ao_hash()
1067 key_not_found: in tcp_inbound_ao_hash()
1069 atomic64_inc(&info->counters.key_not_found); in tcp_inbound_ao_hash()
2019 atomic64_set(&ao_info->counters.key_not_found, cmd.pkt_key_not_found); in tcp_ao_info_cmd()
2350 out.pkt_key_not_found = atomic64_read(&ao->counters.key_not_found); in tcp_ao_get_sock_info()
/linux/include/net/
H A Dtcp_ao.h30 atomic64_t key_not_found; member