Lines Matching refs:__rx
273 struct tipc_crypto *__rx);
1030 * @__rx: RX crypto handle if dest is "known"
1036 struct tipc_crypto *__rx)
1053 if (!__rx || aead->mode == CLUSTER_KEY)
1056 seqno = atomic64_inc_return(&__rx->sndnxt);
1070 ehdr->destined = (__rx) ? 1 : 0;
1071 ehdr->rx_key_active = (__rx) ? __rx->key.active : 0;
1072 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0;
1688 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode);
1708 if (__rx && atomic_read(&__rx->peer_rx_active) == tx_key)
1734 if (__rx && __rx->key_master &&
1735 !atomic_read(&__rx->peer_rx_active))
1737 if (!__rx) {
1758 rc = tipc_ehdr_build(net, aead, tx_key, *skb, __rx);