Lines Matching full:algorithm
29 * batadv_algo_init() - Initialize batman-adv algorithm management data
53 * batadv_algo_register() - Register callbacks for a mesh algorithm
54 * @bat_algo_ops: mesh algorithm callbacks to add
64 pr_info("Trying to register already registered routing algorithm: %s\n", in batadv_algo_register()
88 * batadv_algo_select() - Select algorithm of soft interface
90 * @name: name of the algorithm to select
92 * The algorithm callbacks for the soft interface will be set when the algorithm
93 * with the correct name was found. Any previous selected algorithm will not be
94 * deinitialized and the new selected algorithm will also not be initialized.
147 pr_err("Routing algorithm '%s' is not supported\n", algo_name); in batadv_param_set_ra()
169 * algorithm
173 * @bat_algo_ops: Algorithm to be dumped