Searched refs:map_lookup_elem (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/kernel/bpf/
H A Darraymap.c143 .map_lookup_elem = array_map_lookup_elem,
265 .map_lookup_elem = fd_array_map_lookup_elem,
331 .map_lookup_elem = fd_array_map_lookup_elem,
H A Dhelpers.c41 value = map->ops->map_lookup_elem(map, key); bpf_map_lookup_elem()
H A Dsyscall.c222 static int map_lookup_elem(union bpf_attr *attr) map_lookup_elem() function
255 ptr = map->ops->map_lookup_elem(map, key); map_lookup_elem()
771 err = map_lookup_elem(&attr); SYSCALL_DEFINE3()
H A Dhashtab.c372 .map_lookup_elem = htab_map_lookup_elem,
H A Dverifier.c107 * here verifier looks at prototype of map_lookup_elem() and sees:
/linux-4.4.14/include/linux/
H A Dbpf.h24 void *(*map_lookup_elem)(struct bpf_map *map, void *key); member in struct:bpf_map_ops
/linux-4.4.14/include/uapi/linux/
H A Dbpf.h141 BPF_FUNC_map_lookup_elem, /* void *map_lookup_elem(&map, &key) */

Completed in 103 milliseconds