Lines Matching refs:dests
67 int dests[MAX_BEARERS]; member
122 if (!bb->dests[i]) in tipc_bcbase_select_primary()
133 if (bb->dests[i] < all_dests) in tipc_bcbase_select_primary()
152 bb->dests[bearer_id]++; in tipc_bcast_inc_bearer_dst_cnt()
162 bb->dests[bearer_id]--; in tipc_bcast_dec_bearer_dst_cnt()
197 if (!bb->dests[bearer_id]) in tipc_bcbase_xmit()
212 static void tipc_bcast_select_xmit_method(struct net *net, int dests, in tipc_bcast_select_xmit_method() argument
249 method->rcast = dests <= bb->bc_threshold; in tipc_bcast_select_xmit_method()
289 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() argument
298 list_for_each_entry_safe(dst, tmp, &dests->list, list) { in tipc_rcast_xmit()
319 struct tipc_nlist *dests) in tipc_mcast_send_sync() argument
360 rc = tipc_rcast_xmit(net, &tmpq, dests, &cong_link_cnt); in tipc_mcast_send_sync()
379 struct tipc_mc_method *method, struct tipc_nlist *dests, in tipc_mcast_xmit() argument
392 if (dests->local && !tipc_msg_reassemble(pkts, &localq)) { in tipc_mcast_xmit()
397 if (dests->remote) { in tipc_mcast_xmit()
398 tipc_bcast_select_xmit_method(net, dests->remote, method); in tipc_mcast_xmit()
408 rc = tipc_mcast_send_sync(net, skb, method, dests); in tipc_mcast_xmit()
417 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit()
422 if (dests->local) { in tipc_mcast_xmit()