Home
last modified time | relevance | path

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

/net/tipc/
Dcrypto.c1254 struct tipc_aead *tmp1, *tmp2 = NULL; in tipc_crypto_key_try_align() local
1274 tmp1 = tipc_aead_rcu_ptr(rx->aead[key.pending], &rx->lock); in tipc_crypto_key_try_align()
1275 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align()
1288 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align()
1291 refcount_set(&tmp1->refcnt, 1); in tipc_crypto_key_try_align()
/net/wireless/
Dscan.c2593 struct cfg80211_internal_bss *bss, *tmp1; in cfg80211_unlink_bss() local
2608 tmp1 = container_of(nontrans_bss, in cfg80211_unlink_bss()
2610 if (__cfg80211_unlink_bss(rdev, tmp1)) in cfg80211_unlink_bss()
Dnl80211.c7836 int n_channels = 0, tmp1, tmp2; in validate_scan_freqs() local
7838 nla_for_each_nested(attr1, freqs, tmp1) in validate_scan_freqs()
7842 nla_for_each_nested(attr1, freqs, tmp1) { in validate_scan_freqs()
/net/bluetooth/
Dsmp.c1174 const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local
1176 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key()