Searched refs:bpf_obj_get (Results 1 - 13 of 13) sorted by relevance

/linux-master/samples/bpf/
H A Dtc_l2_redirect_user.c52 array_fd = bpf_obj_get(pinned_file);
54 fprintf(stderr, "bpf_obj_get(%s): %s(%d)\n",
H A Dtest_cgrp2_array_pin.c77 array_fd = bpf_obj_get(pinned_file);
79 fprintf(stderr, "bpf_obj_get(%s): %s(%d)\n",
H A Dfds_example.c92 fd = bpf_obj_get(file);
125 fd = bpf_obj_get(file);
H A Dlwt_len_hist_user.c38 map_fd = bpf_obj_get(map_filename);
40 fprintf(stderr, "bpf_obj_get(%s): %s(%d)\n",
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c164 map_fd2 = bpf_obj_get(abs_path);
H A Dsk_assign.c297 server_map = bpf_obj_get(SERVER_MAP_PATH);
H A Dunpriv_bpf_disabled.c95 map_fds[i] = bpf_obj_get(map_paths[i]);
/linux-master/tools/perf/util/
H A Dbpf_counter.c342 map_fd = bpf_obj_get(path);
347 map_fd = bpf_obj_get(path);
/linux-master/tools/lib/bpf/
H A Dbpf.h326 LIBBPF_API int bpf_obj_get(const char *pathname);
H A Dbpf.c606 int bpf_obj_get(const char *pathname) function
H A Dlibbpf.c4973 pin_fd = bpf_obj_get(map->pin_path);
10481 fd = bpf_obj_get(path);
/linux-master/tools/bpf/bpftool/
H A Dcommon.c208 fd = bpf_obj_get(pname);
/linux-master/kernel/bpf/
H A Dsyscall.c2968 static int bpf_obj_get(const union bpf_attr *attr) function
5666 err = bpf_obj_get(&attr);

Completed in 572 milliseconds