Home
last modified time | relevance | path

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

/Linux-v6.1/net/batman-adv/
Dgateway_client.c209 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()
Dnetlink.c322 if (bat_priv->algo_ops->gw.get_best_gw_node && in batadv_netlink_mesh_fill()
545 bat_priv->algo_ops->gw.get_best_gw_node && in batadv_netlink_set_mesh()
Dbat_v.c822 .get_best_gw_node = batadv_v_gw_get_best_gw_node,
Dtypes.h2203 struct batadv_gw_node *(*get_best_gw_node) member
Dbat_iv_ogm.c2520 .get_best_gw_node = batadv_iv_gw_get_best_gw_node,