Home
last modified time | relevance | path

Searched refs:tipc_node_get_id_str (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/tipc/
Dnode.h80 char *tipc_node_get_id_str(struct tipc_node *node);
Dcrypto.c1501 (is_rx(c)) ? tipc_node_get_id_str(c->node) : in tipc_crypto_start()
1902 (rx) ? tipc_node_get_id_str(rx->node) : "-", err, aead, in tipc_crypto_rcv_complete()
2026 pr_info("RX(%7.7s)\n%s", tipc_node_get_id_str(rx->node), in tipc_crypto_do_cmd()
2054 tipc_node_get_id_str(rx->node)); in tipc_crypto_do_cmd()
2364 tx->name, key, tipc_node_get_id_str(rx->node), in tipc_crypto_work_rx()
Dnode.c271 char *tipc_node_get_id_str(struct tipc_node *node) in tipc_node_get_id_str() function