Lines Matching refs:dsts
830 struct tipc_nlist dsts;
842 tipc_nlist_init(&dsts, tipc_own_addr(net));
844 seq->upper, &dsts);
845 if (!dsts.local && !dsts.remote)
866 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
870 tipc_nlist_purge(&dsts);
992 struct list_head dsts;
998 INIT_LIST_HEAD(&dsts);
1011 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
1014 tipc_dest_pop(&dsts, &node, &port);
1071 struct tipc_nlist *dsts;
1087 dsts = tipc_group_dests(tsk->group);
1088 if (!dsts->local && !dsts->remote)
1114 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
1148 struct list_head dsts;
1151 INIT_LIST_HEAD(&dsts);
1158 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
1163 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1167 tipc_dest_list_purge(&dsts);