Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dfds_example.c85 fd = bpf_obj_get(file); in bpf_do_map()
118 fd = bpf_obj_get(file); in bpf_do_prog()
Dtc_l2_redirect_user.c55 array_fd = bpf_obj_get(pinned_file); in main()
Dtest_cgrp2_array_pin.c80 array_fd = bpf_obj_get(pinned_file); in main()
Dlwt_len_hist_user.c40 map_fd = bpf_obj_get(map_filename); in main()
/Linux-v4.19/tools/lib/bpf/
Dbpf.h92 int bpf_obj_get(const char *pathname);
Dbpf.c323 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
/Linux-v4.19/tools/bpf/bpftool/
Dcommon.c137 fd = bpf_obj_get(path); in open_obj_pinned()
/Linux-v4.19/kernel/bpf/
Dsyscall.c1468 static int bpf_obj_get(const union bpf_attr *attr) in bpf_obj_get() function
2378 err = bpf_obj_get(&attr); in SYSCALL_DEFINE3()