Home
last modified time | relevance | path

Searched refs:get_best_gw_node (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/batman-adv/
Dsysfs.c445 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_mode()
479 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_mode()
550 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_show_gw_sel_class()
569 if (!bat_priv->algo_ops->gw.get_best_gw_node || in batadv_store_gw_sel_class()
Dgateway_client.c235 if (!bat_priv->algo_ops->gw.get_best_gw_node) in batadv_gw_election()
247 next_gw = bat_priv->algo_ops->gw.get_best_gw_node(bat_priv); in batadv_gw_election()
Dtypes.h2237 struct batadv_gw_node *(*get_best_gw_node) member
Dbat_v.c1068 .get_best_gw_node = batadv_v_gw_get_best_gw_node,
Dbat_iv_ogm.c2853 .get_best_gw_node = batadv_iv_gw_get_best_gw_node,