Searched refs:tipc_node_get_id_str (Results 1 – 3 of 3) sorted by relevance
80 char *tipc_node_get_id_str(struct tipc_node *node);
1501 (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()2027 pr_info("RX(%7.7s)\n%s", tipc_node_get_id_str(rx->node), in tipc_crypto_do_cmd()2055 tipc_node_get_id_str(rx->node)); in tipc_crypto_do_cmd()2365 tx->name, key, tipc_node_get_id_str(rx->node), in tipc_crypto_work_rx()
269 char *tipc_node_get_id_str(struct tipc_node *node) in tipc_node_get_id_str() function