Home
last modified time | relevance | path

Searched refs:bpf_program__attach_lsm (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dptr_untrusted.c21 skel->links.lsm_run = bpf_program__attach_lsm(skel->progs.lsm_run); in serial_test_ptr_untrusted()
/openbmc/linux/Documentation/bpf/
H A Dprog_lsm.rst122 using the libbpf helper ``bpf_program__attach_lsm``.
125 link returned by ``bpf_program__attach_lsm`` using ``bpf_link__destroy``.
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map157 bpf_program__attach_lsm;
H A Dlibbpf.h762 bpf_program__attach_lsm(const struct bpf_program *prog);
H A Dlibbpf.c11896 struct bpf_link *bpf_program__attach_lsm(const struct bpf_program *prog) in bpf_program__attach_lsm() function
11909 *link = bpf_program__attach_lsm(prog); in attach_lsm()