Home
last modified time | relevance | path

Searched refs:peer_rx_active (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/net/tipc/
Dcrypto.c207 atomic_t peer_rx_active; member
1226 k = atomic_xchg(&rx->peer_rx_active, 0); in tipc_crypto_key_flush()
1427 cur = atomic_read(&rx->peer_rx_active); in tipc_crypto_key_synch()
1431 atomic_cmpxchg(&rx->peer_rx_active, cur, new) == cur) { in tipc_crypto_key_synch()
1501 atomic_set(&c->peer_rx_active, 0); in tipc_crypto_start()
1711 if (__rx && atomic_read(&__rx->peer_rx_active) == tx_key) in tipc_crypto_xmit()
1738 !atomic_read(&__rx->peer_rx_active)) in tipc_crypto_xmit()
2117 atomic_read(&c->peer_rx_active)); in tipc_crypto_key_dump()