Lines Matching refs:ip_map

96 struct ip_map {  struct
107 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument
121 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
122 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
128 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
136 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
137 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
144 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc()
161 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
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, t…
193 struct ip_map *ipmp; in ip_map_parse()
262 struct ip_map *im; in ip_map_show()
270 im = container_of(h, struct ip_map, h); in ip_map_show()
288 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
291 struct ip_map ip; in __ip_map_lookup()
301 return container_of(ch, struct ip_map, h); in __ip_map_lookup()
306 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
309 struct ip_map ip; in __ip_map_update()
335 static inline struct ip_map *
338 struct ip_map *ipm = NULL; in ip_map_cached_get()
365 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) in ip_map_cached_put()
387 struct ip_map *ipm; in svcauth_unix_info_release()
662 struct ip_map *ipm; in svcauth_unix_set_client()