Home
last modified time | relevance | path

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

/linux-5.19.10/net/sunrpc/
Dsvcauth_unix.c97 struct ip_map { struct
108 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument
122 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
123 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
129 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
130 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
137 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
138 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
145 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc()
162 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
[all …]
/linux-5.19.10/samples/bpf/
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()