Lines Matching defs:node
46 u32 node;
85 * tipc_named_publish - tell other nodes about a new publication by this node
113 * tipc_named_withdraw - tell other nodes about a withdrawn publication by this node
140 * named_distribute - prepare name info for bulk distribution to another node
142 * @dnode: node to be updated
196 * tipc_named_node_up - tell specified node about all publications by this node
219 * tipc_publ_purge - remove publication associated with a failed node
221 * Invoked for each publication issued by a newly failed node.
231 publ->node, publ->key);
237 pr_err("Unable to remove publication from failed node\n"
238 " (type=%u, lower=%u, node=0x%x, port=%u, key=%u)\n",
239 publ->type, publ->lower, publ->node, publ->port,
248 * tipc_dist_queue_purge - remove deferred updates from a node that went down
257 if (e->node != addr)
290 u32 node, u32 dtype)
301 TIPC_CLUSTER_SCOPE, node,
304 tipc_node_subscribe(net, &p->binding_node, node);
309 upper, node, key);
311 tipc_node_unsubscribe(net, &p->binding_node, node);
316 type, lower, node);
368 * tipc_named_rcv - process name table update messages sent by another node
377 u32 count, node;
382 node = msg_orignode(hdr);
386 tipc_update_nametbl(net, item, node, msg_type(hdr));
398 * All name table entries published by this node are updated to reflect
399 * the node's new network address.
411 publ->node = self;
413 publ->node = self;