ip_map            107 net/sunrpc/svcauth_unix.c 	struct ip_map *im = container_of(item, struct ip_map,h);
ip_map            121 net/sunrpc/svcauth_unix.c 	struct ip_map *orig = container_of(corig, struct ip_map, h);
ip_map            122 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
ip_map            128 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
ip_map            129 net/sunrpc/svcauth_unix.c 	struct ip_map *item = container_of(citem, struct ip_map, h);
ip_map            136 net/sunrpc/svcauth_unix.c 	struct ip_map *new = container_of(cnew, struct ip_map, h);
ip_map            137 net/sunrpc/svcauth_unix.c 	struct ip_map *item = container_of(citem, struct ip_map, h);
ip_map            144 net/sunrpc/svcauth_unix.c 	struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL);
ip_map            156 net/sunrpc/svcauth_unix.c 	struct ip_map *im = container_of(h, struct ip_map, h);
ip_map            168 net/sunrpc/svcauth_unix.c static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
ip_map            169 net/sunrpc/svcauth_unix.c static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
ip_map            188 net/sunrpc/svcauth_unix.c 	struct ip_map *ipmp;
ip_map            257 net/sunrpc/svcauth_unix.c 	struct ip_map *im;
ip_map            265 net/sunrpc/svcauth_unix.c 	im = container_of(h, struct ip_map, h);
ip_map            283 net/sunrpc/svcauth_unix.c static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class,
ip_map            286 net/sunrpc/svcauth_unix.c 	struct ip_map ip;
ip_map            296 net/sunrpc/svcauth_unix.c 		return container_of(ch, struct ip_map, h);
ip_map            301 net/sunrpc/svcauth_unix.c static inline struct ip_map *ip_map_lookup(struct net *net, char *class,
ip_map            310 net/sunrpc/svcauth_unix.c static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm,
ip_map            313 net/sunrpc/svcauth_unix.c 	struct ip_map ip;
ip_map            330 net/sunrpc/svcauth_unix.c static inline int ip_map_update(struct net *net, struct ip_map *ipm,
ip_map            348 net/sunrpc/svcauth_unix.c static inline struct ip_map *
ip_map            351 net/sunrpc/svcauth_unix.c 	struct ip_map *ipm = NULL;
ip_map            378 net/sunrpc/svcauth_unix.c ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm)
ip_map            400 net/sunrpc/svcauth_unix.c 	struct ip_map *ipm;
ip_map            669 net/sunrpc/svcauth_unix.c 	struct ip_map *ipm;
ip_map             15 samples/bpf/sampleip_kern.c struct bpf_map_def SEC("maps") ip_map = {
ip_map             29 samples/bpf/sampleip_kern.c 	value = bpf_map_lookup_elem(&ip_map, &ip);
ip_map             34 samples/bpf/sampleip_kern.c 		bpf_map_update_elem(&ip_map, &ip, &init_val, BPF_NOEXIST);