Searched refs:BPF_MAP_LOOKUP_ELEM (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_map01.c | 62 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 D | bpf_common.c | 73 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 D | bpf.h | 84 BPF_MAP_LOOKUP_ELEM, enumerator
|
/third_party/libbpf/src/ |
H A D | bpf.c | 408 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 D | bpf.h | 147 * 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