Lines Matching refs:node
299 dnode = dst->node; in tipc_rcast_xmit()
738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() argument
740 if (node == nl->self) in tipc_nlist_add()
742 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add()
746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() argument
748 if (node == nl->self) in tipc_nlist_del()
750 else if (tipc_dest_del(&nl->list, node, 0)) in tipc_nlist_del()
790 u32 node, port; in tipc_mcast_filter_msg() local
801 node = msg_orignode(hdr); in tipc_mcast_filter_msg()
802 if (node == tipc_own_addr(net)) in tipc_mcast_filter_msg()
810 if (msg_orignode(_hdr) != node) in tipc_mcast_filter_msg()
855 if (msg_orignode(_hdr) != node) in tipc_mcast_filter_msg()