Searched refs:bpf_program__attach_lsm (Results 1 – 4 of 4) sorted by relevance
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;
640 bpf_program__attach_lsm(const struct bpf_program *prog);
11223 struct bpf_link *bpf_program__attach_lsm(const struct bpf_program *prog) in bpf_program__attach_lsm() function11236 *link = bpf_program__attach_lsm(prog); in attach_lsm()