Lines Matching refs:dsts
853 struct tipc_nlist dsts;
865 tipc_nlist_init(&dsts, tipc_own_addr(net));
866 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts);
867 if (!dsts.local && !dsts.remote)
888 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts,
892 tipc_nlist_purge(&dsts);
1015 struct list_head dsts;
1020 INIT_LIST_HEAD(&dsts);
1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt,
1034 tipc_dest_pop(&dsts, &node, &port);
1091 struct tipc_nlist *dsts;
1107 dsts = tipc_group_dests(tsk->group);
1108 if (!dsts->local && !dsts->remote)
1134 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
1167 struct list_head dsts;
1170 INIT_LIST_HEAD(&dsts);
1175 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true))
1179 tipc_dest_pop(&dsts, &ua->sk.node, &ua->sk.ref);
1183 tipc_dest_list_purge(&dsts);