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