Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
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()
A Dtest_cgrp2_array_pin.c92 ret = bpf_obj_pin(array_fd, pinned_file); in main()
A Dcookie_uid_helper_example.c176 if (bpf_obj_pin(prog_fd, file)) in prog_attach_iptables()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtest_bpffs.c88 err = bpf_obj_pin(map, TDIR "/fs1/c"); in fn()
A Dunpriv_bpf_disabled.c251 ASSERT_OK(bpf_obj_pin(map_fds[i], map_paths[i]), "pin map_fd"); in test_unpriv_bpf_disabled()
A Dbtf.c5402 err = bpf_obj_pin(map_fd, pin_path); in do_test_pprint()
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.map22 bpf_obj_pin;
A Dbpf.h282 LIBBPF_API int bpf_obj_pin(int fd, const char *pathname);
A Dbpf.c576 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin() function
A Dlibbpf.c7823 if (bpf_obj_pin(prog->fd, path)) { in bpf_program__pin()
7900 if (bpf_obj_pin(map->fd, map->pin_path)) { in bpf_map__pin()
9649 if (bpf_obj_pin(link->fd, link->pin_path)) { in bpf_link__pin()
/linux-6.3-rc2/tools/testing/selftests/hid/
A Dhid_bpf.c660 err = bpf_obj_pin(link, PIN_PATH); in TEST_F()
/linux-6.3-rc2/tools/perf/util/
A Dbpf_counter.c353 err = bpf_obj_pin(map_fd, path); in bperf_lock_attr_map()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dcommon.c293 err = bpf_obj_pin(fd, name); in do_pin_fd()
A Dprog.c1467 return bpf_obj_pin(bpf_program__fd(prog), path); in auto_attach_program()
1764 err = bpf_obj_pin(bpf_program__fd(prog), pinfile); in load_with_options()
/linux-6.3-rc2/Documentation/hid/
A Dhid-bpf.rst444 BPF filesystem through a call to :c:func:`bpf_obj_pin`, as with any bpf_link.
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c2686 static int bpf_obj_pin(const union bpf_attr *attr) in bpf_obj_pin() function
4995 err = bpf_obj_pin(&attr); in __sys_bpf()

Completed in 58 milliseconds