Home
last modified time | relevance | path

Searched refs:BPF_MAP_LOOKUP_ELEM (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c62 TEST(bpf(BPF_MAP_LOOKUP_ELEM, attr, sizeof(*attr))); in run()
112 TEST(bpf(BPF_MAP_LOOKUP_ELEM, attr, sizeof(*attr))); in run()
H A Dbpf_common.c73 const int ret = bpf(BPF_MAP_LOOKUP_ELEM, &elem_attr, sizeof(elem_attr)); in bpf_map_array_get()
/third_party/ltp/include/lapi/
H A Dbpf.h84 BPF_MAP_LOOKUP_ELEM, enumerator
/third_party/libbpf/src/
H A Dbpf.c408 ret = sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, attr_sz); in bpf_map_lookup_elem()
424 ret = sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, attr_sz); in bpf_map_lookup_elem_flags()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h147 * BPF_MAP_LOOKUP_ELEM
868 BPF_MAP_LOOKUP_ELEM, enumerator
3740 * * Syscall with command **BPF_MAP_LOOKUP_ELEM** does not copy

Completed in 14 milliseconds