Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Doriginator.c840 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_best_neighbor() local
844 if (best && (bao->bat_neigh_cmp(neigh, if_outgoing, in batadv_find_best_neighbor()
1059 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_add_if() local
1075 if (bao->bat_orig_add_if) in batadv_orig_hash_add_if()
1076 ret = bao->bat_orig_add_if(orig_node, in batadv_orig_hash_add_if()
1099 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_del_if() local
1112 if (bao->bat_orig_del_if) in batadv_orig_hash_del_if()
1113 ret = bao->bat_orig_del_if(orig_node, in batadv_orig_hash_del_if()
Drouting.c430 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_router() local
484 if (!bao->bat_neigh_is_equiv_or_better(cand_router, in batadv_find_router()
Dtranslation-table.c1472 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_transtable_best_orig() local
1484 bao->bat_neigh_cmp(router, BATADV_IF_DEFAULT, in batadv_transtable_best_orig()