Searched refs:__rx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 273 struct tipc_crypto *__rx); 1030 * @__rx: RX crypto handle if dest is "known" 1036 struct tipc_crypto *__rx) in tipc_ehdr_build() 1053 if (!__rx || aead->mode == CLUSTER_KEY) in tipc_ehdr_build() 1056 seqno = atomic64_inc_return(&__rx->sndnxt); in tipc_ehdr_build() 1070 ehdr->destined = (__rx) ? 1 : 0; in tipc_ehdr_build() 1071 ehdr->rx_key_active = (__rx) ? __rx->key.active : 0; in tipc_ehdr_build() 1072 ehdr->rx_nokey = (__rx) ? __rx in tipc_ehdr_build() 1034 tipc_ehdr_build(struct net *net, struct tipc_aead *aead, u8 tx_key, struct sk_buff *skb, struct tipc_crypto *__rx) tipc_ehdr_build() argument 1688 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); tipc_crypto_xmit() local [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 277 struct tipc_crypto *__rx); 1026 * @__rx: RX crypto handle if dest is "known" 1032 struct tipc_crypto *__rx) in tipc_ehdr_build() 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 in tipc_ehdr_build() 1030 tipc_ehdr_build(struct net *net, struct tipc_aead *aead, u8 tx_key, struct sk_buff *skb, struct tipc_crypto *__rx) tipc_ehdr_build() argument 1684 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); tipc_crypto_xmit() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna.h | 218 struct bna_rx *__rx; \ 220 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \ 221 if (__rx->rid == (_rid)) { \ 222 (_rx) = __rx; \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bna.h | 218 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 6 milliseconds