Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c277 u8 new_pending);
281 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
1097 u8 new_pending) in tipc_crypto_key_set_state()
1104 ((new_pending & KEY_MASK)); in tipc_crypto_key_set_state()
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) in tipc_crypto_key_try_align() argument
1262 if (key.pending == new_pending) { in tipc_crypto_key_try_align()
1282 x = (key.passive - key.pending + new_pending) % KEY_MAX; in tipc_crypto_key_try_align()
1287 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1288 rcu_assign_pointer(rx->aead[new_pending], tmp in tipc_crypto_key_try_align()
1094 tipc_crypto_key_set_state(struct tipc_crypto *c, u8 new_passive, u8 new_active, u8 new_pending) tipc_crypto_key_set_state() argument
[all...]
/kernel/linux/linux-6.6/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) in tipc_crypto_key_set_state()
1100 ((new_pending & KEY_MASK)); in tipc_crypto_key_set_state()
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) in tipc_crypto_key_try_align() argument
1258 if (key.pending == new_pending) { in tipc_crypto_key_try_align()
1278 x = (key.passive - key.pending + new_pending) % KEY_MAX; in tipc_crypto_key_try_align()
1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1284 rcu_assign_pointer(rx->aead[new_pending], tmp in tipc_crypto_key_try_align()
1090 tipc_crypto_key_set_state(struct tipc_crypto *c, u8 new_passive, u8 new_active, u8 new_pending) tipc_crypto_key_set_state() argument
[all...]

Completed in 5 milliseconds