Searched refs:bpf_obj_get (Results 1 – 12 of 12) sorted by relevance
92 fd = bpf_obj_get(file); in bpf_do_map()125 fd = bpf_obj_get(file); in bpf_do_prog()
52 array_fd = bpf_obj_get(pinned_file); in main()
38 map_fd = bpf_obj_get(map_filename); in main()
164 map_fd2 = bpf_obj_get(abs_path); in validate_pin()
252 server_map = bpf_obj_get(SERVER_MAP_PATH); in test_sk_assign()
96 map_fds[i] = bpf_obj_get(map_paths[i]); in test_unpriv_bpf_disabled_positive()
20 bpf_obj_get;
329 LIBBPF_API int bpf_obj_get(const char *pathname);
607 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
5109 pin_fd = bpf_obj_get(map->pin_path); in bpf_object__reuse_map()10790 fd = bpf_obj_get(path); in bpf_link__open()
798 fd = bpf_obj_get(path); in get_pinned_fd()
3052 static int bpf_obj_get(const union bpf_attr *attr) in bpf_obj_get() function6035 err = bpf_obj_get(&attr); in __sys_bpf()