Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvcauth_unix.c96 struct ip_map { struct
107 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument
121 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
122 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
128 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
136 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
137 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
161 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
291 struct ip_map ip; in __ip_map_lookup()
[all …]
/linux/samples/bpf/
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()

Completed in 6 milliseconds