Home
last modified time | relevance | path

Searched refs:batadv_gw_node (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/net/batman-adv/
Dgateway_client.c65 struct batadv_gw_node *gw_node; in batadv_gw_node_release()
67 gw_node = container_of(ref, struct batadv_gw_node, refcount); in batadv_gw_node_release()
79 struct batadv_gw_node *
82 struct batadv_gw_node *gw_node; in batadv_gw_get_selected_gw_node()
106 struct batadv_gw_node *gw_node; in batadv_gw_get_selected_orig()
129 struct batadv_gw_node *new_gw_node) in batadv_gw_select()
131 struct batadv_gw_node *curr_gw_node; in batadv_gw_select()
172 struct batadv_gw_node *curr_gw; in batadv_gw_check_client_stop()
200 struct batadv_gw_node *curr_gw = NULL; in batadv_gw_election()
201 struct batadv_gw_node *next_gw = NULL; in batadv_gw_election()
[all …]
Dgateway_client.h32 struct batadv_gw_node *
39 struct batadv_gw_node *batadv_gw_node_get(struct batadv_priv *bat_priv,
47 static inline void batadv_gw_node_put(struct batadv_gw_node *gw_node) in batadv_gw_node_put()
Dbat_v.c543 static int batadv_v_gw_throughput_get(struct batadv_gw_node *gw_node, u32 *bw) in batadv_v_gw_throughput_get()
581 static struct batadv_gw_node *
584 struct batadv_gw_node *gw_node, *curr_gw = NULL; in batadv_v_gw_get_best_gw_node()
624 struct batadv_gw_node *curr_gw, *orig_gw = NULL; in batadv_v_gw_is_eligible()
679 struct batadv_gw_node *gw_node) in batadv_v_gw_dump_entry()
683 struct batadv_gw_node *curr_gw = NULL; in batadv_v_gw_dump_entry()
776 struct batadv_gw_node *gw_node; in batadv_v_gw_dump()
Dtypes.h558 struct batadv_gw_node { struct
1113 struct batadv_gw_node __rcu *curr_gw;
2242 struct batadv_gw_node *(*get_best_gw_node)
Dbat_iv_ogm.c2248 static struct batadv_gw_node *
2253 struct batadv_gw_node *gw_node, *curr_gw = NULL; in batadv_iv_gw_get_best_gw_node()
2403 struct batadv_gw_node *gw_node) in batadv_iv_gw_dump_entry()
2407 struct batadv_gw_node *curr_gw = NULL; in batadv_iv_gw_dump_entry()
2476 struct batadv_gw_node *gw_node; in batadv_iv_gw_dump()