Searched refs:ip_map (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 101 struct ip_map { struct 112 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument 126 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() 127 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 133 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 134 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 141 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 142 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 149 struct ip_map *i = kmalloc_obj(*i); in ip_map_alloc() 166 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 | gfx_v9_4_3.c | 1645 inst = adev->ip_map.logical_to_dev_inst ? in gfx_v9_4_3_check_rlcg_range() 1646 adev->ip_map.logical_to_dev_inst( in gfx_v9_4_3_check_rlcg_range()
|