Searched refs:ip_map (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | svcauth_unix.c | 89 struct ip_map { struct 99 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument 113 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() 114 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 120 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 128 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 129 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 136 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc() 148 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() [all …]
|