Searched refs:bpf_program__attach_lsm (Results 1 – 5 of 5) sorted by relevance
21 skel->links.lsm_run = bpf_program__attach_lsm(skel->progs.lsm_run); in serial_test_ptr_untrusted()
122 using the libbpf helper ``bpf_program__attach_lsm``.125 link returned by ``bpf_program__attach_lsm`` using ``bpf_link__destroy``.
157 bpf_program__attach_lsm;
762 bpf_program__attach_lsm(const struct bpf_program *prog);
11888 struct bpf_link *bpf_program__attach_lsm(const struct bpf_program *prog) in bpf_program__attach_lsm() function11901 *link = bpf_program__attach_lsm(prog); in attach_lsm()