Searched refs:bpf_obj_get (Results 1 – 4 of 4) sorted by relevance
80 fd = bpf_obj_get(file); in bpf_do_map()113 fd = bpf_obj_get(file); in bpf_do_prog()
116 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
19 int bpf_obj_get(const char *pathname);
717 static int bpf_obj_get(const union bpf_attr *attr) in bpf_obj_get() function789 err = bpf_obj_get(&attr); in SYSCALL_DEFINE3()