Home
last modified time | relevance | path

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

/net/batman-adv/
Doriginator.c875 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_best_neighbor() local
879 if (best && (bao->bat_neigh_cmp(neigh, if_outgoing, in batadv_find_best_neighbor()
1091 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_add_if() local
1107 if (bao->bat_orig_add_if) in batadv_orig_hash_add_if()
1108 ret = bao->bat_orig_add_if(orig_node, in batadv_orig_hash_add_if()
1131 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_del_if() local
1144 if (bao->bat_orig_del_if) in batadv_orig_hash_del_if()
1145 ret = bao->bat_orig_del_if(orig_node, in batadv_orig_hash_del_if()
Drouting.c440 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_router() local
492 if (!bao->bat_neigh_is_equiv_or_better(cand_router, in batadv_find_router()
Dtranslation-table.c1466 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_transtable_best_orig() local
1478 bao->bat_neigh_cmp(router, BATADV_IF_DEFAULT, in batadv_transtable_best_orig()