Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth_unix.c101 struct ip_map {
112 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put()
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 *ite in ip_map_init()
98 struct ip_map { global() struct
109 m_rcuip_map ip_map_put() argument
[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 Damdgpu.h1044 struct amdgpu_ip_map_info ip_map;
1080 struct amdgpu_ip_map_info ip_map; global() member