Symbol: ila_map
net/ipv6/ila/ila_xlat.c
121
static inline struct ila_map *ila_lookup_wildcards(struct ila_addr *iaddr,
net/ipv6/ila/ila_xlat.c
125
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
139
static inline struct ila_map *ila_lookup_by_params(struct ila_xlat_params *xp,
net/ipv6/ila/ila_xlat.c
142
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
156
static inline void ila_release(struct ila_map *ila)
net/ipv6/ila/ila_xlat.c
161
static void ila_free_node(struct ila_map *ila)
net/ipv6/ila/ila_xlat.c
163
struct ila_map *next;
net/ipv6/ila/ila_xlat.c
175
ila_free_node((struct ila_map *)ptr);
net/ipv6/ila/ila_xlat.c
20
struct ila_map __rcu *next;
net/ipv6/ila/ila_xlat.c
203
struct ila_map *ila, *head;
net/ipv6/ila/ila_xlat.c
243
struct ila_map *tila = head, *prev = NULL;
net/ipv6/ila/ila_xlat.c
286
struct ila_map *ila, *head, *prev;
net/ipv6/ila/ila_xlat.c
374
struct ila_map *ila)
net/ipv6/ila/ila_xlat.c
384
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
424
static int ila_fill_info(struct ila_map *ila, struct sk_buff *msg)
net/ipv6/ila/ila_xlat.c
440
static int ila_dump_info(struct ila_map *ila,
net/ipv6/ila/ila_xlat.c
467
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
54
static inline int ila_cmp_wildcards(struct ila_map *ila,
net/ipv6/ila/ila_xlat.c
540
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
60
static inline int ila_cmp_params(struct ila_map *ila,
net/ipv6/ila/ila_xlat.c
643
struct ila_map *ila;
net/ipv6/ila/ila_xlat.c
69
const struct ila_map *ila = obj;
net/ipv6/ila/ila_xlat.c
74
static inline int ila_order(struct ila_map *ila)
net/ipv6/ila/ila_xlat.c
86
.head_offset = offsetof(struct ila_map, node),
net/ipv6/ila/ila_xlat.c
87
.key_offset = offsetof(struct ila_map, xp.ip.locator_match),