Lines Matching defs:new_pending
277 u8 new_pending);
281 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
1097 u8 new_pending)
1104 ((new_pending & KEY_MASK));
1242 * @new_pending: new pending slot if aligned (= TX key from peer)
1252 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending)
1262 if (key.pending == new_pending) {
1282 x = (key.passive - key.pending + new_pending) % KEY_MAX;
1287 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending);
1288 rcu_assign_pointer(rx->aead[new_pending], tmp1);
1294 new_pending);