Searched refs:bpf_program__attach_lsm (Results 1 – 4 of 4) sorted by relevance
121 using the libbpf helper ``bpf_program__attach_lsm``.124 link returned by ``bpf_program__attach_lsm`` using ``bpf_link__destroy``.
251 bpf_program__attach_lsm;
257 bpf_program__attach_lsm(struct bpf_program *prog);
9603 struct bpf_link *bpf_program__attach_lsm(struct bpf_program *prog) in bpf_program__attach_lsm() function9617 return bpf_program__attach_lsm(prog); in attach_lsm()