Lines Matching refs:select
502 * @select: number of already selected candidates
513 int select, batadv_dat_addr_t tmp_max,
527 for (j = 0; j < select; j++)
531 if (j < select)
554 * batadv_choose_next_candidate() - select the next DHT candidate
557 * @select: number of candidates already present in the array
563 int select, batadv_dat_addr_t ip_key,
576 cands[select].type = BATADV_DAT_CANDIDATE_NOT_FOUND;
590 if (!batadv_is_orig_node_eligible(cands, select,
607 cands[select].type = BATADV_DAT_CANDIDATE_ORIG;
608 cands[select].orig_node = max_orig_node;
611 select, max_orig_node->orig, max_orig_node->dat_addr,
618 * batadv_dat_select_candidates() - select the nodes which the DHT message has
634 int select;
656 for (select = 0; select < BATADV_DAT_CANDIDATES_NUM; select++)
657 batadv_choose_next_candidate(bat_priv, res, select, ip_key,