Home
last modified time | relevance | path

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

/linux/net/tipc/
A Dcrypto.c277 struct tipc_crypto *__rx);
1043 struct tipc_crypto *__rx) in tipc_ehdr_build() argument
1060 if (!__rx || aead->mode == CLUSTER_KEY) in tipc_ehdr_build()
1063 seqno = atomic64_inc_return(&__rx->sndnxt); in tipc_ehdr_build()
1077 ehdr->destined = (__rx) ? 1 : 0; in tipc_ehdr_build()
1078 ehdr->rx_key_active = (__rx) ? __rx->key.active : 0; in tipc_ehdr_build()
1079 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0; in tipc_ehdr_build()
1715 if (__rx && atomic_read(&__rx->peer_rx_active) == tx_key) in tipc_crypto_xmit()
1741 if (__rx && __rx->key_master && in tipc_crypto_xmit()
1742 !atomic_read(&__rx->peer_rx_active)) in tipc_crypto_xmit()
[all …]
/linux/drivers/net/ethernet/brocade/bna/
A Dbna.h218 struct bna_rx *__rx; \
220 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \
221 if (__rx->rid == (_rid)) { \
222 (_rx) = __rx; \

Completed in 8 milliseconds