Lines Matching refs:algo_ops
443 return sprintf(buff, "%s\n", bat_priv->algo_ops->name); in batadv_show_bat_algo()
464 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_mode()
465 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_mode()
500 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_mode()
501 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_mode()
576 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_sel_class()
577 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_sel_class()
580 if (bat_priv->algo_ops->gw.show_sel_class) in batadv_show_gw_sel_class()
581 return bat_priv->algo_ops->gw.show_sel_class(bat_priv, buff); in batadv_show_gw_sel_class()
598 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_sel_class()
599 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_sel_class()
605 if (bat_priv->algo_ops->gw.store_sel_class) in batadv_store_gw_sel_class()
606 return bat_priv->algo_ops->gw.store_sel_class(bat_priv, buff, in batadv_store_gw_sel_class()