Home
last modified time | relevance | path

Searched refs:bpf_link__pin (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c28 err = bpf_link__pin(link, link_pin_path); in test_link_pinning_subtest()
H A Dbpf_iter.c393 err = bpf_link__pin(link, path); in test_file_iter()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Diter.c78 err = bpf_link__pin(link, path); in do_pin()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c28 err = bpf_link__pin(link, link_pin_path); in test_link_pinning_subtest()
H A Dcgroup_hierarchical_stats.c269 err = bpf_link__pin(link, path); in setup_cgroup_iter()
H A Dbpf_iter.c604 err = bpf_link__pin(link, path); in test_file_iter()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Diter.c83 err = bpf_link__pin(link, path); in do_pin()
H A Dstruct_ops.c488 return bpf_link__pin(link, pinfile); in pin_link()
H A Dprog.c1474 err = bpf_link__pin(link, path); in auto_attach_program()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_sock2.c83 err = bpf_link__pin(link, link_pin_path); in main()
85 printf("ERROR: bpf_link__pin failed: %d\n", err); in main()
H A Dhbm.c208 rc = bpf_link__pin(link, cg_pin_path); in run_bpf_prog()
210 printf("ERROR: bpf_link__pin failed: %d\n", rc); in run_bpf_prog()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h228 LIBBPF_API int bpf_link__pin(struct bpf_link *link, const char *path);
H A Dlibbpf.c9235 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin() function
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h402 * @brief **bpf_link__pin()** pins the BPF link to a file
412 LIBBPF_API int bpf_link__pin(struct bpf_link *link, const char *path);
H A Dlibbpf.c10019 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin() function

Completed in 51 milliseconds