Lines Matching defs:dests
55 * @dests: array keeping number of reachable destinations per bearer
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
67 int dests[MAX_BEARERS];
122 if (!bb->dests[i])
133 if (bb->dests[i] < all_dests)
152 bb->dests[bearer_id]++;
162 bb->dests[bearer_id]--;
169 * Note that number of reachable destinations, as indicated in the dests[]
197 if (!bb->dests[bearer_id])
212 static void tipc_bcast_select_xmit_method(struct net *net, int dests,
249 method->rcast = dests <= bb->bc_threshold;
283 * @dests: list of destination nodes
289 struct tipc_nlist *dests, u16 *cong_link_cnt)
298 list_for_each_entry_safe(dst, tmp, &dests->list, list) {
314 * @dests: destination nodes for message.
319 struct tipc_nlist *dests)
360 rc = tipc_rcast_xmit(net, &tmpq, dests, &cong_link_cnt);
373 * @dests: destination nodes for message.
379 struct tipc_mc_method *method, struct tipc_nlist *dests,
392 if (dests->local && !tipc_msg_reassemble(pkts, &localq)) {
397 if (dests->remote) {
398 tipc_bcast_select_xmit_method(net, dests->remote, method);
408 rc = tipc_mcast_send_sync(net, skb, method, dests);
417 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt);
422 if (dests->local) {