Lines Matching defs:bat_priv
46 static struct gw_node *gw_get_selected_gw_node(struct bat_priv *bat_priv) in gw_get_selected_gw_node()
63 struct orig_node *gw_get_selected_orig(struct bat_priv *bat_priv) in gw_get_selected_orig()
88 static void gw_select(struct bat_priv *bat_priv, struct gw_node *new_gw_node) in gw_select()
106 void gw_deselect(struct bat_priv *bat_priv) in gw_deselect()
111 static struct gw_node *gw_get_best_gw_node(struct bat_priv *bat_priv) in gw_get_best_gw_node()
185 void gw_election(struct bat_priv *bat_priv) in gw_election()
252 void gw_check_election(struct bat_priv *bat_priv, struct orig_node *orig_node) in gw_check_election()
307 static void gw_node_add(struct bat_priv *bat_priv, in gw_node_add()
335 void gw_node_update(struct bat_priv *bat_priv, in gw_node_update()
390 void gw_node_delete(struct bat_priv *bat_priv, struct orig_node *orig_node) in gw_node_delete()
395 void gw_node_purge(struct bat_priv *bat_priv) in gw_node_purge()
433 static int _write_buffer_text(struct bat_priv *bat_priv, struct seq_file *seq, in _write_buffer_text()
469 struct bat_priv *bat_priv = netdev_priv(net_dev); in gw_client_seq_print_text() local
642 bool gw_out_of_range(struct bat_priv *bat_priv, in gw_out_of_range()