Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Doriginator.c200 struct batadv_algo_ops *bao; in batadv_neigh_node_release() local
202 bao = neigh_node->orig_node->bat_priv->bat_algo_ops; in batadv_neigh_node_release()
209 if (bao->bat_neigh_free) in batadv_neigh_node_release()
210 bao->bat_neigh_free(neigh_node); in batadv_neigh_node_release()
879 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_best_neighbor() local
883 if (best && (bao->bat_neigh_cmp(neigh, if_outgoing, in batadv_find_best_neighbor()
1097 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_add_if() local
1113 if (bao->bat_orig_add_if) in batadv_orig_hash_add_if()
1114 ret = bao->bat_orig_add_if(orig_node, in batadv_orig_hash_add_if()
1137 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_orig_hash_del_if() local
[all …]
Drouting.c455 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_find_router() local
509 if (!bao->bat_neigh_is_equiv_or_better(cand_router, in batadv_find_router()
Dtranslation-table.c1509 struct batadv_algo_ops *bao = bat_priv->bat_algo_ops; in batadv_transtable_best_orig() local
1521 bao->bat_neigh_cmp(router, BATADV_IF_DEFAULT, in batadv_transtable_best_orig()