Lines Matching refs:select
500 * @select: number of already selected candidates
511 int select, batadv_dat_addr_t tmp_max,
525 for (j = 0; j < select; j++)
529 if (j < select)
552 * batadv_choose_next_candidate() - select the next DHT candidate
555 * @select: number of candidates already present in the array
561 int select, batadv_dat_addr_t ip_key,
574 cands[select].type = BATADV_DAT_CANDIDATE_NOT_FOUND;
588 if (!batadv_is_orig_node_eligible(cands, select,
604 cands[select].type = BATADV_DAT_CANDIDATE_ORIG;
605 cands[select].orig_node = max_orig_node;
608 select, max_orig_node->orig, max_orig_node->dat_addr,
615 * batadv_dat_select_candidates() - select the nodes which the DHT message has
631 int select;
653 for (select = 0; select < BATADV_DAT_CANDIDATES_NUM; select++)
654 batadv_choose_next_candidate(bat_priv, res, select, ip_key,