Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dbpf.h75 BPF_OBJ_GET, enumerator
/linux-4.4.14/samples/bpf/
Dlibbpf.c122 return syscall(__NR_bpf, BPF_OBJ_GET, &attr, sizeof(attr)); in bpf_obj_get()
/linux-4.4.14/kernel/bpf/
Dsyscall.c788 case BPF_OBJ_GET: in SYSCALL_DEFINE3()