Home
last modified time | relevance | path

Searched refs:bpf_lsm_is_trusted (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dbpf_lsm.h31 bool bpf_lsm_is_trusted(const struct bpf_prog *prog);
55 static inline bool bpf_lsm_is_trusted(const struct bpf_prog *prog) in bpf_lsm_is_trusted() function
/Linux-v6.6/kernel/bpf/
Dbpf_lsm.c365 bool bpf_lsm_is_trusted(const struct bpf_prog *prog) in bpf_lsm_is_trusted() function
Dbtf.c5918 return bpf_lsm_is_trusted(prog); in prog_args_trusted()