Home
last modified time | relevance | path

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

/linux-6.15/net/batman-adv/
H A Dgateway_client.c208 if (!bat_priv->algo_ops->gw.get_best_gw_node) in batadv_gw_election()
220 next_gw = bat_priv->algo_ops->gw.get_best_gw_node(bat_priv); in batadv_gw_election()
H A Dnetlink.c319 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()
H A Dtypes.h2253 struct batadv_gw_node *(*get_best_gw_node) member
H A Dbat_v.c801 .get_best_gw_node = batadv_v_gw_get_best_gw_node,
H A Dbat_iv_ogm.c2528 .get_best_gw_node = batadv_iv_gw_get_best_gw_node,