Home
last modified time | relevance | path

Searched full:replays (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.8/net/mac80211/
Dkey.h92 u32 replays; /* dot11RSNAStatsCCMPReplays */ member
97 u32 replays; /* dot11RSNAStatsCMACReplays */ member
103 u32 replays; /* dot11RSNAStatsCMACReplays */ member
114 u32 replays; /* dot11RSNAStatsGCMPReplays */ member
Ddebugfs_key.c235 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.ccmp.replays); in key_replays_read()
240 key->u.aes_cmac.replays); in key_replays_read()
245 key->u.aes_gmac.replays); in key_replays_read()
249 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.gcmp.replays); in key_replays_read()
256 KEY_OPS(replays);
357 DEBUGFS_ADD(replays); in ieee80211_debugfs_key_add()
Dwpa.c170 /* update IV in key information to be able to detect replays */ in ieee80211_rx_h_michael_mic_verify()
552 key->u.ccmp.replays++; in ieee80211_crypto_ccmp_decrypt()
748 key->u.gcmp.replays++; in ieee80211_crypto_gcmp_decrypt()
938 key->u.aes_cmac.replays++; in ieee80211_crypto_aes_cmac_decrypt()
988 key->u.aes_cmac.replays++; in ieee80211_crypto_aes_cmac_256_decrypt()
1087 key->u.aes_gmac.replays++; in ieee80211_crypto_aes_gmac_decrypt()
Dtkip.c266 /* Reject replays if the received TSC is smaller than or equal to the in ieee80211_tkip_decrypt_data()
315 * that we don't catch replays of fragments but that's ok in ieee80211_tkip_decrypt_data()
Dkey.c1433 key->u.ccmp.replays++; in ieee80211_key_replay()
1437 key->u.aes_cmac.replays++; in ieee80211_key_replay()
1441 key->u.aes_gmac.replays++; in ieee80211_key_replay()
1445 key->u.gcmp.replays++; in ieee80211_key_replay()
/linux-6.8/tools/perf/pmu-events/arch/nds32/n13/
Datcpmu.json201 "PublicDescription": "ld-after-st conflict replays",
204 "BriefDescription": "V3 ld-after-st conflict replays"
/linux-6.8/Documentation/devicetree/bindings/interrupt-controller/
Dqcom,mpm.yaml17 one of these interrupts occur and replays it to GIC interrupt controller
/linux-6.8/fs/nfsd/
Dstate.h94 /* For an open stateid kept around *only* to process close replays: */
492 * handle close replays if they come soon enough. The close_lru
584 * while after close in order to handle CLOSE replays. Those are eventually
/linux-6.8/Documentation/filesystems/
Dubifs.rst66 It does not need stuff like fsck.ext2. UBIFS automatically replays its
/linux-6.8/fs/ubifs/
Dreplay.c663 * This function replays bud @bud, recovers it if needed, and adds all nodes
979 * This function replays a log LEB and returns zero in case of success, %1 if
1174 * This function scans the journal, replays and cleans it up. It makes sure all
/linux-6.8/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c373 … "key[%d] alg=CCMP key_set=%d tx_pn=%pM rx_pn=%pM format_errors=%d replays=%d decrypt_errors=%d\n", in rtllib_ccmp_print_stats()
Drtllib_crypt_tkip.c662 …key_set=%d tx_pn=%02x%02x%02x%02x%02x%02x rx_pn=%02x%02x%02x%02x%02x%02x replays=%d icv_errors=%d … in rtllib_tkip_print_stats()
/linux-6.8/net/wireless/
Dlib80211_crypt_ccmp.c410 "format_errors=%d replays=%d decrypt_errors=%d\n", in lib80211_ccmp_print_stats()
Dlib80211_crypt_tkip.c689 "replays=%d icv_errors=%d local_mic_failures=%d\n", in lib80211_tkip_print_stats()
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_9.c483 /* Add the total number of NAKs, i.e the number of replays */ in nbio_v7_9_get_pcie_replay_count()
Dsoc15.c857 /* Add the total number of NAKs, i.e the number of replays */ in soc15_get_pcie_replay_count()
Dvi.c1407 /* Add the total number of NAKs, i.e the number of replays */ in vi_get_pcie_replay_count()
/linux-6.8/fs/gfs2/
Drecovery.c507 * flushes and simultaneous journal replays from stomping on in gfs2_recover_func()
/linux-6.8/net/ipv4/
DKconfig754 protects against replays for long-lived TCP connections, and
/linux-6.8/fs/xfs/
Dxfs_log_priv.h135 * code replays the space allocation and a file could be truncated.
Dxfs_buf_item_recover.c861 * This routine replays a modification made to a buffer at runtime.
/linux-6.8/Documentation/networking/
Dtcp_ao.rst423 a rollover. It allows more TCP segment replays, but yet all regular
/linux-6.8/drivers/net/ethernet/intel/ice/
Dice_sched.c4260 * This function replays aggregator node, VSI to aggregator type nodes, and
4302 * This function replays association of VSI to aggregator type nodes, and
4321 * This function replays queue type node bandwidth. This function needs to be
/linux-6.8/fs/xfs/libxfs/
Dxfs_defer.c166 * If we should crash before t2 commits, log recovery replays
/linux-6.8/arch/powerpc/sysdev/xive/
Dcommon.c360 * we could skip this on replays unless we soft-mask tells us in xive_get_irq()

12