Home
last modified time | relevance | path

Searched refs:batadv_algo_select (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_algo.h22 int batadv_algo_select(struct batadv_priv *bat_priv, char *name);
H A Dbat_algo.c88 * batadv_algo_select() - Select algorithm of soft interface
95 * It is therefore not allowed to call batadv_algo_select outside the creation
100 int batadv_algo_select(struct batadv_priv *bat_priv, char *name) in batadv_algo_select() function
H A Dsoft-interface.c841 ret = batadv_algo_select(bat_priv, batadv_routing_algo); in batadv_softif_init_late()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_algo.h22 int batadv_algo_select(struct batadv_priv *bat_priv, const char *name);
H A Dbat_algo.c93 * batadv_algo_select() - Select algorithm of soft interface
100 * It is therefore not allowed to call batadv_algo_select outside the creation
105 int batadv_algo_select(struct batadv_priv *bat_priv, const char *name) in batadv_algo_select() function
H A Dsoft-interface.c803 ret = batadv_algo_select(bat_priv, batadv_routing_algo); in batadv_softif_init_late()
1067 err = batadv_algo_select(bat_priv, algo_name); in batadv_softif_newlink()

Completed in 5 milliseconds