Searched refs:attach_lsm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8317 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec, 8378 .attach_fn = attach_lsm), 8383 .attach_fn = attach_lsm), 9698 static struct bpf_link *attach_lsm(const struct bpf_sec_def *sec, in attach_lsm() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8771 static int attach_lsm(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8815 SEC_DEF("lsm+", LSM, BPF_LSM_MAC, SEC_ATTACH_BTF, attach_lsm), 8816 SEC_DEF("lsm.s+", LSM, BPF_LSM_MAC, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_lsm), 11903 static int attach_lsm(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_lsm() function
|
Completed in 32 milliseconds