Home
last modified time | relevance | path

Searched refs:bpf_obj_pin (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dfds_example.c88 ret = bpf_obj_pin(fd, file); in bpf_do_map()
121 ret = bpf_obj_pin(fd, file); in bpf_do_prog()
H A Dtest_cgrp2_array_pin.c92 ret = bpf_obj_pin(array_fd, pinned_file); in main()
H A Dcookie_uid_helper_example.c176 if (bpf_obj_pin(prog_fd, file)) in prog_attach_iptables()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c88 err = bpf_obj_pin(map, TDIR "/fs1/c"); in fn()
H A Dbpf_obj_pinning.c193 err = bpf_obj_pin(map_fd, abs_path); in validate_get()
H A Dunpriv_bpf_disabled.c255 ASSERT_OK(bpf_obj_pin(map_fds[i], map_paths[i]), "pin map_fd"); in test_unpriv_bpf_disabled()
H A Dbtf.c5438 err = bpf_obj_pin(map_fd, pin_path); in do_test_pprint()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map22 bpf_obj_pin;
H A Dbpf.h297 LIBBPF_API int bpf_obj_pin(int fd, const char *pathname);
H A Dbpf.c594 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin() function
H A Dlibbpf.c8063 if (bpf_obj_pin(prog->fd, path)) { in bpf_program__pin()
8140 if (bpf_obj_pin(map->fd, map->pin_path)) { in bpf_map__pin()
10036 if (bpf_obj_pin(link->fd, link->pin_path)) { in bpf_link__pin()
/openbmc/linux/tools/perf/util/
H A Dbpf_counter.c335 err = bpf_obj_pin(map_fd, path); in bperf_lock_attr_map()
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c660 err = bpf_obj_pin(link, PIN_PATH); in TEST_F()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c368 err = bpf_obj_pin(fd, name); in do_pin_fd()
H A Dprog.c1471 return bpf_obj_pin(bpf_program__fd(prog), path); in auto_attach_program()
1794 err = bpf_obj_pin(bpf_program__fd(prog), pinfile); in load_with_options()
/openbmc/linux/Documentation/hid/
H A Dhid-bpf.rst444 BPF filesystem through a call to :c:func:`bpf_obj_pin`, as with any bpf_link.
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2797 static int bpf_obj_pin(const union bpf_attr *attr) in bpf_obj_pin() function
5431 err = bpf_obj_pin(&attr); in __sys_bpf()