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

/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.c83 err = bpf_link__pin(link, link_pin_path);
85 printf("ERROR: bpf_link__pin failed: %d\n", err);
H A Dhbm.c208 rc = bpf_link__pin(link, cg_pin_path);
210 printf("ERROR: bpf_link__pin failed: %d\n", rc);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c28 err = bpf_link__pin(link, link_pin_path);
H A Dcgroup_hierarchical_stats.c269 err = bpf_link__pin(link, path);
H A Dbpf_iter.c601 err = bpf_link__pin(link, path);
/linux-master/tools/bpf/bpftool/
H A Diter.c83 err = bpf_link__pin(link, path);
H A Dstruct_ops.c494 return bpf_link__pin(link, pinfile);
H A Dprog.c1478 err = bpf_link__pin(link, path);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h421 * @brief **bpf_link__pin()** pins the BPF link to a file
431 LIBBPF_API int bpf_link__pin(struct bpf_link *link, const char *path);
H A Dlibbpf.c10510 int bpf_link__pin(struct bpf_link *link, const char *path) function

Completed in 199 milliseconds