Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_lsm.h26 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog,
44 static inline int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in bpf_lsm_verify_prog() function
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lsm.c36 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in BTF_SET_END()
H A Dverifier.c12285 ret = bpf_lsm_verify_prog(&env->log, prog); in check_attach_btf_id()