Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c365 bool bpf_lsm_is_trusted(const struct bpf_prog *prog) in bpf_lsm_is_trusted() function
H A Dbtf.c5918 return bpf_lsm_is_trusted(prog); in prog_args_trusted()