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