Lines Matching defs:node
177 * @node: TIPC node (RX)
201 struct tipc_node *node;
306 #define is_tx(crypto) (!(crypto)->node)
718 * @__dnode: TIPC dest node if "known"
1220 tipc_node_put(rx->node);
1375 * This function updates the peer node related data as the peer RX active key
1376 * has changed, so the number of TX keys' users on this node are increased and
1401 /* For later cases, apply only if message is destined to this node */
1416 tipc_node_get(rx->node);
1462 struct tipc_node *node)
1475 if (!node) {
1494 c->node = node;
1505 (is_rx(c)) ? tipc_node_get_id_str(c->node) :
1667 * @__dnode: destination node for reference if any
1878 tipc_node_put(rx->node);
1906 (rx) ? tipc_node_get_id_str(rx->node) : "-", err, aead,
1999 tipc_node_put(rx->node);
2031 pr_info("RX(%7.7s)\n%s", tipc_node_get_id_str(rx->node),
2059 tipc_node_get_id_str(rx->node));
2181 tipc_node_put(rx->node);
2191 * @dest: the destination tipc node, = NULL if distributing to all nodes
2226 * @dnode: the destination node address, = 0 if broadcasting to all nodes
2366 rc = tipc_crypto_key_distr(tx, key, rx->node);
2369 tx->name, key, tipc_node_get_id_str(rx->node),
2401 tipc_node_put(rx->node);