Searched refs:ip_map (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcauth_unix.c | 96 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() 144 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc() 161 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sampleip_kern.c | 21 } ip_map SEC(".maps"); 30 value = bpf_map_lookup_elem(&ip_map, &ip); in do_sample() 35 bpf_map_update_elem(&ip_map, &ip, &init_val, BPF_NOEXIST); in do_sample()
|