Lines Matching refs:__rx
277 struct tipc_crypto *__rx);
1032 struct tipc_crypto *__rx) in tipc_ehdr_build() argument
1049 if (!__rx || aead->mode == CLUSTER_KEY) in tipc_ehdr_build()
1052 seqno = atomic64_inc_return(&__rx->sndnxt); in tipc_ehdr_build()
1066 ehdr->destined = (__rx) ? 1 : 0; in tipc_ehdr_build()
1067 ehdr->rx_key_active = (__rx) ? __rx->key.active : 0; in tipc_ehdr_build()
1068 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0; in tipc_ehdr_build()
1684 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); in tipc_crypto_xmit() local
1704 if (__rx && atomic_read(&__rx->peer_rx_active) == tx_key) in tipc_crypto_xmit()
1730 if (__rx && __rx->key_master && in tipc_crypto_xmit()
1731 !atomic_read(&__rx->peer_rx_active)) in tipc_crypto_xmit()
1733 if (!__rx) { in tipc_crypto_xmit()
1754 rc = tipc_ehdr_build(net, aead, tx_key, *skb, __rx); in tipc_crypto_xmit()