Searched refs:bpf_link__pin (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_sock2.c | 83 err = bpf_link__pin(link, link_pin_path); in main()
|
H A D | hbm.c | 208 rc = bpf_link__pin(link, cg_pin_path); in run_bpf_prog()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | iter.c | 83 err = bpf_link__pin(link, path); in do_pin()
|
H A D | struct_ops.c | 488 return bpf_link__pin(link, pinfile); in pin_link()
|
H A D | prog.c | 1481 err = bpf_link__pin(link, path); in auto_attach_program()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | link_pinning.c | 28 err = bpf_link__pin(link, link_pin_path); in test_link_pinning_subtest()
|
H A D | cgroup_hierarchical_stats.c | 269 err = bpf_link__pin(link, path); in setup_cgroup_iter()
|
H A D | bpf_iter.c | 604 err = bpf_link__pin(link, path); in test_file_iter()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.map | 148 bpf_link__pin;
|
H A D | libbpf.h | 412 LIBBPF_API int bpf_link__pin(struct bpf_link *link, const char *path);
|
H A D | libbpf.c | 10023 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin() function
|