Searched refs:new_pending (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dcrypto.c281 u8 new_pending);
285 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
1093 u8 new_pending)
1100 ((new_pending & KEY_MASK));
1238 * @new_pending: new pending slot if aligned (= TX key from peer)
1248 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending) argument
1258 if (key.pending == new_pending) {
1278 x = (key.passive - key.pending + new_pending) % KEY_MAX;
1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending);
1284 rcu_assign_pointer(rx->aead[new_pending], tmp
1090 tipc_crypto_key_set_state(struct tipc_crypto *c, u8 new_passive, u8 new_active, u8 new_pending) argument
[all...]

Completed in 163 milliseconds