Lines Matching refs:ip_map
98 struct ip_map { struct
109 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument
123 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
124 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
130 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
131 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
138 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
139 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
146 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc()
163 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
175 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
195 struct ip_map *ipmp; in ip_map_parse()
264 struct ip_map *im; in ip_map_show()
272 im = container_of(h, struct ip_map, h); in ip_map_show()
290 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
293 struct ip_map ip; in __ip_map_lookup()
303 return container_of(ch, struct ip_map, h); in __ip_map_lookup()
308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
311 struct ip_map ip; in __ip_map_update()
337 static inline struct ip_map *
340 struct ip_map *ipm = NULL; in ip_map_cached_get()
367 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
389 struct ip_map *ipm; in svcauth_unix_info_release()
673 struct ip_map *ipm; in svcauth_unix_set_client()