Symbol: batadv_gw_node
net/batman-adv/bat_iv_ogm.c
2341
static struct batadv_gw_node *
net/batman-adv/bat_iv_ogm.c
2346
struct batadv_gw_node *gw_node, *curr_gw = NULL;
net/batman-adv/bat_iv_ogm.c
2496
struct batadv_gw_node *gw_node)
net/batman-adv/bat_iv_ogm.c
2500
struct batadv_gw_node *curr_gw = NULL;
net/batman-adv/bat_iv_ogm.c
2569
struct batadv_gw_node *gw_node;
net/batman-adv/bat_v.c
520
static int batadv_v_gw_throughput_get(struct batadv_gw_node *gw_node, u32 *bw)
net/batman-adv/bat_v.c
558
static struct batadv_gw_node *
net/batman-adv/bat_v.c
561
struct batadv_gw_node *gw_node, *curr_gw = NULL;
net/batman-adv/bat_v.c
601
struct batadv_gw_node *curr_gw, *orig_gw = NULL;
net/batman-adv/bat_v.c
656
struct batadv_gw_node *gw_node)
net/batman-adv/bat_v.c
660
struct batadv_gw_node *curr_gw = NULL;
net/batman-adv/bat_v.c
753
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.c
106
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.c
129
struct batadv_gw_node *new_gw_node)
net/batman-adv/gateway_client.c
131
struct batadv_gw_node *curr_gw_node;
net/batman-adv/gateway_client.c
172
struct batadv_gw_node *curr_gw;
net/batman-adv/gateway_client.c
200
struct batadv_gw_node *curr_gw = NULL;
net/batman-adv/gateway_client.c
201
struct batadv_gw_node *next_gw = NULL;
net/batman-adv/gateway_client.c
329
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.c
370
struct batadv_gw_node *batadv_gw_node_get(struct batadv_priv *bat_priv,
net/batman-adv/gateway_client.c
373
struct batadv_gw_node *gw_node_tmp, *gw_node = NULL;
net/batman-adv/gateway_client.c
403
struct batadv_gw_node *gw_node, *curr_gw = NULL;
net/batman-adv/gateway_client.c
482
struct batadv_gw_node *curr_gw;
net/batman-adv/gateway_client.c
483
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.c
65
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.c
67
gw_node = container_of(ref, struct batadv_gw_node, refcount);
net/batman-adv/gateway_client.c
684
struct batadv_gw_node *gw_node = NULL;
net/batman-adv/gateway_client.c
685
struct batadv_gw_node *curr_gw = NULL;
net/batman-adv/gateway_client.c
79
struct batadv_gw_node *
net/batman-adv/gateway_client.c
82
struct batadv_gw_node *gw_node;
net/batman-adv/gateway_client.h
32
struct batadv_gw_node *
net/batman-adv/gateway_client.h
39
struct batadv_gw_node *batadv_gw_node_get(struct batadv_priv *bat_priv,
net/batman-adv/gateway_client.h
47
static inline void batadv_gw_node_put(struct batadv_gw_node *gw_node)
net/batman-adv/types.h
1141
struct batadv_gw_node __rcu *curr_gw;
net/batman-adv/types.h
2131
struct batadv_gw_node *(*get_best_gw_node)