Searched refs:new_pending (Results 1 – 1 of 1) sorted by relevance
281 u8 new_pending);285 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);1104 u8 new_pending) in tipc_crypto_key_set_state() argument1111 ((new_pending & KEY_MASK)); in tipc_crypto_key_set_state()1259 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending) in tipc_crypto_key_try_align() argument1269 if (key.pending == new_pending) { in tipc_crypto_key_try_align()1289 x = (key.passive - key.pending + new_pending) % KEY_MAX; in tipc_crypto_key_try_align()1294 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()1295 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align()1301 new_pending); in tipc_crypto_key_try_align()