Searched refs:new_passive (Results 1 – 1 of 1) sorted by relevance
275 u8 new_passive,1097 u8 new_passive, in tipc_crypto_key_set_state() argument1104 c->key.keys = ((new_passive & KEY_MASK) << (KEY_BITS * 2)) | in tipc_crypto_key_set_state()1259 u8 new_passive = 0; in tipc_crypto_key_try_align() local1285 new_passive = (x <= 0) ? x + KEY_MAX : x; in tipc_crypto_key_try_align()1289 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()1291 if (new_passive) in tipc_crypto_key_try_align()1292 rcu_assign_pointer(rx->aead[new_passive], tmp2); in tipc_crypto_key_try_align()