Lines Matching full:algorithm
28 * batadv_algo_init() - Initialize batman-adv algorithm management data
37 * batadv_algo_get() - Search for algorithm with specific name
38 * @name: algorithm name to find
58 * batadv_algo_register() - Register callbacks for a mesh algorithm
59 * @bat_algo_ops: mesh algorithm callbacks to add
69 pr_info("Trying to register already registered routing algorithm: %s\n", in batadv_algo_register()
93 * batadv_algo_select() - Select algorithm of soft interface
95 * @name: name of the algorithm to select
97 * The algorithm callbacks for the soft interface will be set when the algorithm
98 * with the correct name was found. Any previous selected algorithm will not be
99 * deinitialized and the new selected algorithm will also not be initialized.
129 pr_err("Routing algorithm '%s' is not supported\n", algo_name); in batadv_param_set_ra()
151 * algorithm
155 * @bat_algo_ops: Algorithm to be dumped