Lines Matching refs:algo_ops
426 return sprintf(buff, "%s\n", bat_priv->algo_ops->name); in batadv_show_bat_algo()
445 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_mode()
446 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_mode()
479 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_mode()
480 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_mode()
550 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_sel_class()
551 !bat_priv->algo_ops->gw.is_eligible) in batadv_show_gw_sel_class()
554 if (bat_priv->algo_ops->gw.show_sel_class) in batadv_show_gw_sel_class()
555 return bat_priv->algo_ops->gw.show_sel_class(bat_priv, buff); in batadv_show_gw_sel_class()
569 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_sel_class()
570 !bat_priv->algo_ops->gw.is_eligible) in batadv_store_gw_sel_class()
576 if (bat_priv->algo_ops->gw.store_sel_class) in batadv_store_gw_sel_class()
577 return bat_priv->algo_ops->gw.store_sel_class(bat_priv, buff, in batadv_store_gw_sel_class()