Lines Matching full:algorithm
41 * batadv_algo_init() - Initialize batman-adv algorithm management data
65 * batadv_algo_register() - Register callbacks for a mesh algorithm
66 * @bat_algo_ops: mesh algorithm callbacks to add
76 pr_info("Trying to register already registered routing algorithm: %s\n", in batadv_algo_register()
100 * batadv_algo_select() - Select algorithm of soft interface
102 * @name: name of the algorithm to select
104 * The algorithm callbacks for the soft interface will be set when the algorithm
105 * with the correct name was found. Any previous selected algorithm will not be
106 * deinitialized and the new selected algorithm will also not be initialized.
159 pr_err("Routing algorithm '%s' is not supported\n", algo_name); in batadv_param_set_ra()
181 * algorithm
185 * @bat_algo_ops: Algorithm to be dumped