Home
last modified time | relevance | path

Searched refs:ip_map (Results 1 – 4 of 4) sorted by relevance

/linux/net/sunrpc/
H A Dsvcauth_unix.c98 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(sizeof(*i), GFP_KERNEL); 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 Dsampleip_kern.c20 } 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 Dsoc15_common.h29 (adev->ip_map.logical_to_dev_inst ? \
30 adev->ip_map.logical_to_dev_inst(adev, ip##_HWIP, inst) : inst)
32 (adev->ip_map.logical_to_dev_mask ? \
33 adev->ip_map.logical_to_dev_mask(adev, ip##_HWIP, mask) : mask)
H A Damdgpu.h1211 struct amdgpu_ip_map_info ip_map; member