Searched refs:crypto_rx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 106 * @crypto_rx: RX crypto handler 139 struct tipc_crypto *crypto_rx; member 274 return (__n) ? __n->crypto_rx : NULL; in tipc_node_crypto_rx() 279 return container_of(pos, struct tipc_node, list)->crypto_rx; in tipc_node_crypto_rx_by_list() 287 return (n) ? n->crypto_rx : NULL; in tipc_node_crypto_rx_by_addr() 296 tipc_crypto_stop(&n->crypto_rx); in tipc_node_free() 531 if (unlikely(tipc_crypto_start(&n->crypto_rx, net, n))) { in tipc_node_create() 615 tipc_crypto_key_flush(node->crypto_rx); in tipc_node_delete_from_list() 805 tipc_crypto_timeout(n->crypto_rx); in tipc_node_timeout() 2079 tipc_crypto_rcv(net, (n) ? n->crypto_rx in tipc_rcv() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 115 * @crypto_rx: RX crypto handler 148 struct tipc_crypto *crypto_rx; member 284 return (__n) ? __n->crypto_rx : NULL; in tipc_node_crypto_rx() 289 return container_of(pos, struct tipc_node, list)->crypto_rx; in tipc_node_crypto_rx_by_list() 297 return (n) ? n->crypto_rx : NULL; in tipc_node_crypto_rx_by_addr() 306 tipc_crypto_stop(&n->crypto_rx); in tipc_node_free() 547 if (unlikely(tipc_crypto_start(&n->crypto_rx, net, n))) { in tipc_node_create() 631 tipc_crypto_key_flush(node->crypto_rx); in tipc_node_delete_from_list() 821 tipc_crypto_timeout(n->crypto_rx); in tipc_node_timeout() 2110 tipc_crypto_rcv(net, (n) ? n->crypto_rx in tipc_rcv() [all...] |
Completed in 7 milliseconds