Searched refs:bpf_verifier_log (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | bpf_lsm.h | 27 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, 52 static inline int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in bpf_lsm_verify_prog()
|
D | bpf_verifier.h | 407 struct bpf_verifier_log { struct 415 static inline bool bpf_verifier_log_full(const struct bpf_verifier_log *log) in bpf_verifier_log_full() argument 427 static inline bool bpf_verifier_log_needed(const struct bpf_verifier_log *log) in bpf_verifier_log_needed() 435 bpf_verifier_log_attr_valid(const struct bpf_verifier_log *log) in bpf_verifier_log_attr_valid() 486 struct bpf_verifier_log log; 522 __printf(2, 0) void bpf_verifier_vlog(struct bpf_verifier_log *log, 526 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, 575 int bpf_check_attach_target(struct bpf_verifier_log *log,
|
D | bpf.h | 29 struct bpf_verifier_log; 533 struct bpf_verifier_log *log; /* for verbose logs */ 573 int (*btf_struct_access)(struct bpf_verifier_log *log, 1067 void bpf_struct_ops_init(struct btf *btf, struct bpf_verifier_log *log); 1092 struct bpf_verifier_log *log) in bpf_struct_ops_init() 1706 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, 1710 bool btf_struct_ids_match(struct bpf_verifier_log *log, 1714 int btf_distill_func_proto(struct bpf_verifier_log *log, 1728 int btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog,
|