diff options
author | Alexei Starovoitov <ast@kernel.org> | 2019-01-31 15:40:11 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-02-01 20:55:39 +0100 |
commit | df5d22facd78e475da2e0d506f239e32cdffaf99 (patch) | |
tree | 9813b34f038fee9301b79f74683496f9025248a5 /tools/lib/bpf/libbpf.c | |
parent | e44ac9a22b19eec92d10c7b7c69ad6f1995b4dcf (diff) | |
download | linux-df5d22facd78e475da2e0d506f239e32cdffaf99.tar.bz2 |
libbpf: introduce bpf_map_lookup_elem_flags()
Introduce
int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags)
helper to lookup array/hash/cgroup_local_storage elements with BPF_F_LOCK flag.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
0 files changed, 0 insertions, 0 deletions