Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dfds_example.c89 fd = bpf_obj_get(file); in bpf_do_map()
122 fd = bpf_obj_get(file); in bpf_do_prog()
Dtc_l2_redirect_user.c52 array_fd = bpf_obj_get(pinned_file); in main()
Dtest_cgrp2_array_pin.c77 array_fd = bpf_obj_get(pinned_file); in main()
Dlwt_len_hist_user.c40 map_fd = bpf_obj_get(map_filename); in main()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.map35 bpf_obj_get;
Dbpf.h124 LIBBPF_API int bpf_obj_get(const char *pathname);
Dbpf.c452 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
/Linux-v5.4/tools/bpf/bpftool/
Dcommon.c130 fd = bpf_obj_get(path); in open_obj_pinned()
/Linux-v5.4/kernel/bpf/
Dsyscall.c1780 static int bpf_obj_get(const union bpf_attr *attr) in bpf_obj_get() function
2884 err = bpf_obj_get(&attr); in SYSCALL_DEFINE3()