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

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

Completed in 89 milliseconds