Home
last modified time | relevance | path

Searched refs:BPF_OBJ_GET (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h92 BPF_OBJ_GET, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h92 BPF_OBJ_GET, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h99 BPF_OBJ_GET, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h99 BPF_OBJ_GET, enumerator
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c530 return sys_bpf(BPF_OBJ_GET, &attr, sizeof(attr)); in bpf_obj_get()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c4434 case BPF_OBJ_GET: in SYSCALL_DEFINE3()