Lines Matching defs:best
1745 * batadv_transtable_best_orig() - Get best originator list entry from tt entry
1750 * Return: best originator list entry or NULL on errors.
1775 /* release the refcount for the "old" best */
1794 * @best: Is the best originator for the TT entry
1802 bool best)
1837 if (best && nla_put_flag(msg, BATADV_ATTR_FLAG_BEST))
1870 bool best;
1880 best = (orig_entry == best_entry);
1883 orig_entry, best)) {
2365 * the best one (best in terms of metric towards the destination node).