Lines Matching defs:ip_map
96 struct ip_map {
107 struct ip_map *im = container_of(item, struct ip_map,h);
121 struct ip_map *orig = container_of(corig, struct ip_map, h);
122 struct ip_map *new = container_of(cnew, struct ip_map, h);
128 struct ip_map *new = container_of(cnew, struct ip_map, h);
129 struct ip_map *item = container_of(citem, struct ip_map, h);
136 struct ip_map *new = container_of(cnew, struct ip_map, h);
137 struct ip_map *item = container_of(citem, struct ip_map, h);
144 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL);
161 struct ip_map *im = container_of(h, struct ip_map, h);
173 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
174 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry);
193 struct ip_map *ipmp;
262 struct ip_map *im;
270 im = container_of(h, struct ip_map, h);
288 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class,
291 struct ip_map ip;
301 return container_of(ch, struct ip_map, h);
306 static inline struct ip_map *ip_map_lookup(struct net *net, char *class,
315 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm,
318 struct ip_map ip;
344 static inline struct ip_map *
347 struct ip_map *ipm = NULL;
374 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm)
396 struct ip_map *ipm;
680 struct ip_map *ipm;