Searched refs:bpf_verifier_log (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | bpf_lsm.h | 28 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, 68 static inline int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in bpf_lsm_verify_prog()
|
| A D | bpf_verifier.h | 615 struct bpf_verifier_log { struct 643 static inline bool bpf_verifier_log_needed(const struct bpf_verifier_log *log) in bpf_verifier_log_needed() argument 788 struct bpf_verifier_log log; 860 __printf(2, 0) void bpf_verifier_vlog(struct bpf_verifier_log *log, 864 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, 866 int bpf_vlog_init(struct bpf_verifier_log *log, u32 log_level, 868 void bpf_vlog_reset(struct bpf_verifier_log *log, u64 new_pos); 869 int bpf_vlog_finalize(struct bpf_verifier_log *log, u32 *log_size_actual); 927 int bpf_check_attach_target(struct bpf_verifier_log *log,
|
| A D | btf.h | 530 struct bpf_verifier_log; 590 bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, 593 int get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type); 666 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_is_prog_ctx_type() 672 static inline int get_kern_ctx_btf_id(struct bpf_verifier_log *log, in get_kern_ctx_btf_id()
|
| A D | bpf.h | 36 struct bpf_verifier_log; 1008 struct bpf_verifier_log *log; /* for verbose logs */ 1071 int (*btf_struct_access)(struct bpf_verifier_log *log, 2007 struct bpf_verifier_log *log); 2802 int btf_struct_access(struct bpf_verifier_log *log, 2806 bool btf_struct_ids_match(struct bpf_verifier_log *log, 2811 int btf_distill_func_proto(struct bpf_verifier_log *log, 2841 struct bpf_verifier_log *log; 2845 bool btf_nested_type_is_trusted(struct bpf_verifier_log *log, 2849 bool btf_type_ids_nocast_alias(struct bpf_verifier_log *log, [all …]
|
| A D | filter.h | 688 extern int (*nfct_btf_struct_access)(struct bpf_verifier_log *log,
|
Completed in 37 milliseconds