Home
last modified time | relevance | path

Searched refs:bpf_obj_get (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/samples/bpf/
Dfds_example.c80 fd = bpf_obj_get(file); in bpf_do_map()
113 fd = bpf_obj_get(file); in bpf_do_prog()
Dlibbpf.c116 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
Dlibbpf.h19 int bpf_obj_get(const char *pathname);
/linux-4.4.14/kernel/bpf/
Dsyscall.c717 static int bpf_obj_get(const union bpf_attr *attr) in bpf_obj_get() function
789 err = bpf_obj_get(&attr); in SYSCALL_DEFINE3()