Home
last modified time | relevance | path

Searched refs:algo_ops (Results 1 – 4 of 4) sorted by relevance

/linux/net/batman-adv/
H A Dgateway_client.c209 if (!bat_priv->algo_ops->gw.get_best_gw_node) in batadv_gw_election()
221 next_gw = bat_priv->algo_ops->gw.get_best_gw_node(bat_priv); in batadv_gw_election()
295 if (!bat_priv->algo_ops->gw.is_eligible) in batadv_gw_check_election()
306 if (!bat_priv->algo_ops->gw.is_eligible(bat_priv, curr_gw_orig, in batadv_gw_check_election()
525 if (!bat_priv->algo_ops->gw.dump) { in batadv_gw_dump()
530 bat_priv->algo_ops->gw.dump(msg, cb, bat_priv); in batadv_gw_dump()
H A Dmesh-interface.c809 if (!bat_priv->algo_ops) { in batadv_meshif_init_late()
1041 struct batadv_algo_ops *algo_ops; in batadv_meshif_validate() local
1047 algo_ops = batadv_algo_get(nla_data(data[IFLA_BATADV_ALGO_NAME])); in batadv_meshif_validate()
1048 if (!algo_ops) in batadv_meshif_validate()
H A Dbat_algo.c114 bat_priv->algo_ops = bat_algo_ops; in batadv_algo_select()
H A Drouting.c579 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_router()