Searched refs:bpf_lsm_is_trusted (Results 1 – 3 of 3) sorted by relevance
31 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
365 bool bpf_lsm_is_trusted(const struct bpf_prog *prog) in bpf_lsm_is_trusted() function
5918 return bpf_lsm_is_trusted(prog); in prog_args_trusted()