Searched refs:algo_ops (Results 1 – 4 of 4) sorted by relevance
209 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()
809 if (!bat_priv->algo_ops) { in batadv_meshif_init_late()1041 struct batadv_algo_ops *algo_ops; in batadv_meshif_validate() local1047 algo_ops = batadv_algo_get(nla_data(data[IFLA_BATADV_ALGO_NAME])); in batadv_meshif_validate()1048 if (!algo_ops) in batadv_meshif_validate()
114 bat_priv->algo_ops = bat_algo_ops; in batadv_algo_select()
579 struct batadv_algo_ops *bao = bat_priv->algo_ops; in batadv_find_router()