Home
last modified time | relevance | path

Searched refs:bao (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/batman-adv/
Doriginator.c1255 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_best_neighbor() local
1259 if (best && (bao->neigh.cmp(neigh, if_outgoing, best, in batadv_find_best_neighbor()
1570 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_orig_hash_add_if() local
1586 if (bao->orig.add_if) in batadv_orig_hash_add_if()
1587 ret = bao->orig.add_if(orig_node, max_if_num); in batadv_orig_hash_add_if()
1616 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_orig_hash_del_if() local
1629 if (bao->orig.del_if) in batadv_orig_hash_del_if()
1630 ret = bao->orig.del_if(orig_node, max_if_num, in batadv_orig_hash_del_if()
Drouting.c556 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_router() local
610 if (!bao->neigh.is_similar_or_better(cand_router, in batadv_find_router()
Dtranslation-table.c1842 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_transtable_best_orig() local
1854 bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router, in batadv_transtable_best_orig()