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

/linux-master/net/tipc/
H A Dcrypto.c182 * @peer_rx_active: replicated peer RX active key index
207 atomic_t peer_rx_active; member in struct:tipc_crypto
1219 k = atomic_xchg(&rx->peer_rx_active, 0);
1420 cur = atomic_read(&rx->peer_rx_active);
1424 atomic_cmpxchg(&rx->peer_rx_active, cur, new) == cur) {
1494 atomic_set(&c->peer_rx_active, 0);
1704 if (__rx && atomic_read(&__rx->peer_rx_active) == tx_key)
1731 !atomic_read(&__rx->peer_rx_active))
2114 atomic_read(&c->peer_rx_active));

Completed in 250 milliseconds