Lines Matching refs:dests
66 int dests[MAX_BEARERS]; member
119 if (!bb->dests[i]) in tipc_bcbase_select_primary()
126 if (bb->dests[i] < all_dests) in tipc_bcbase_select_primary()
145 bb->dests[bearer_id]++; in tipc_bcast_inc_bearer_dst_cnt()
155 bb->dests[bearer_id]--; in tipc_bcast_dec_bearer_dst_cnt()
190 if (!bb->dests[bearer_id]) in tipc_bcbase_xmit()
205 static void tipc_bcast_select_xmit_method(struct net *net, int dests, in tipc_bcast_select_xmit_method() argument
242 method->rcast = dests <= bb->bc_threshold; in tipc_bcast_select_xmit_method()
282 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() argument
291 list_for_each_entry_safe(dst, tmp, &dests->list, list) { in tipc_rcast_xmit()
313 struct tipc_nlist *dests, in tipc_mcast_send_sync() argument
352 tipc_rcast_xmit(net, &tmpq, dests, cong_link_cnt); in tipc_mcast_send_sync()
371 struct tipc_mc_method *method, struct tipc_nlist *dests, in tipc_mcast_xmit() argument
384 if (dests->local && !tipc_msg_reassemble(pkts, &localq)) { in tipc_mcast_xmit()
389 if (dests->remote) { in tipc_mcast_xmit()
390 tipc_bcast_select_xmit_method(net, dests->remote, method); in tipc_mcast_xmit()
401 dests, cong_link_cnt); in tipc_mcast_xmit()
404 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit()
409 if (dests->local) { in tipc_mcast_xmit()