Searched refs:ip_map (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 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_obj(*i); in ip_map_alloc() 163 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() [all …]
|
| /linux/samples/bpf/ |
| H A D | sampleip_kern.c | 20 } ip_map SEC(".maps"); 29 value = bpf_map_lookup_elem(&ip_map, &ip); in do_sample() 34 bpf_map_update_elem(&ip_map, &ip, &init_val, BPF_NOEXIST); in do_sample()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu.h | 1080 struct amdgpu_ip_map_info ip_map; member
|