Searched refs:get_best_gw_node (Results 1 - 5 of 5) sorted by last modified time

/linux-master/net/batman-adv/
H A Dnetlink.c320 if (bat_priv->algo_ops->gw.get_best_gw_node &&
546 bat_priv->algo_ops->gw.get_best_gw_node &&
H A Dtypes.h2275 * @get_best_gw_node: select the best GW from the list of available
2278 struct batadv_gw_node *(*get_best_gw_node) member in struct:batadv_algo_gw_ops
H A Dgateway_client.c209 if (!bat_priv->algo_ops->gw.get_best_gw_node)
221 next_gw = bat_priv->algo_ops->gw.get_best_gw_node(bat_priv);
H A Dbat_v.c803 .get_best_gw_node = batadv_v_gw_get_best_gw_node,
H A Dbat_iv_ogm.c2520 .get_best_gw_node = batadv_iv_gw_get_best_gw_node,

Completed in 264 milliseconds