Lines Matching refs:ip_map

97 struct ip_map {  struct
108 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument
122 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
123 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
129 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
130 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
137 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
138 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
145 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc()
162 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
174 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
175 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t…
194 struct ip_map *ipmp; in ip_map_parse()
263 struct ip_map *im; in ip_map_show()
271 im = container_of(h, struct ip_map, h); in ip_map_show()
289 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
292 struct ip_map ip; in __ip_map_lookup()
302 return container_of(ch, struct ip_map, h); in __ip_map_lookup()
307 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
310 struct ip_map ip; in __ip_map_update()
336 static inline struct ip_map *
339 struct ip_map *ipm = NULL; in ip_map_cached_get()
366 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
388 struct ip_map *ipm; in svcauth_unix_info_release()
663 struct ip_map *ipm; in svcauth_unix_set_client()