Searched refs:ip_map (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 89 struct ip_map { struct 99 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() argument 113 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() 114 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 120 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 128 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 129 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 136 struct ip_map *i = kmalloc(sizeof(*i), GFP_KERNEL); in ip_map_alloc() 148 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() [all …]
|
/Linux-v4.19/samples/bpf/ |
D | sampleip_kern.c | 15 struct bpf_map_def SEC("maps") ip_map = { 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()
|