Lines Matching defs:node
299 dnode = dst->node;
369 * and to identified node local sockets
531 /* tipc_bcast_add_peer - add a peer node to broadcast link and bearer
533 * RCU is locked, node lock is set
547 /* tipc_bcast_remove_peer - remove a peer node from broadcast link and bearer
549 * RCU is locked, node lock is set
738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node)
740 if (node == nl->self)
742 else if (tipc_dest_push(&nl->list, node, 0))
746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node)
748 if (node == nl->self)
750 else if (tipc_dest_del(&nl->list, node, 0))
790 u32 node, port;
801 node = msg_orignode(hdr);
802 if (node == tipc_own_addr(net))
810 if (msg_orignode(_hdr) != node)
855 if (msg_orignode(_hdr) != node)