Home
last modified time | relevance | path

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

/net/batman-adv/
Doriginator.c1200 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_best_neighbor() local
1204 if (best && (bao->neigh.cmp(neigh, if_outgoing, best, in batadv_find_best_neighbor()
1501 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_orig_hash_add_if() local
1517 if (bao->orig.add_if) in batadv_orig_hash_add_if()
1518 ret = bao->orig.add_if(orig_node, max_if_num); in batadv_orig_hash_add_if()
1540 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_orig_hash_del_if() local
1553 if (bao->orig.del_if) in batadv_orig_hash_del_if()
1554 ret = bao->orig.del_if(orig_node, max_if_num, in batadv_orig_hash_del_if()
Drouting.c523 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_router() local
577 if (!bao->neigh.is_similar_or_better(cand_router, in batadv_find_router()
Dtranslation-table.c1769 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_transtable_best_orig() local
1781 bao->neigh.cmp(router, BATADV_IF_DEFAULT, best_router, in batadv_transtable_best_orig()