Home
last modified time | relevance | path

Searched refs:bpf_reg_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dbpf_verifier.h61 enum bpf_reg_type type;
546 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
555 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
943 static inline bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
950 static inline bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
1010 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type);
H A Dbpf.h917 enum bpf_reg_type { enum
974 enum bpf_reg_type reg_type;
1507 enum bpf_reg_type reg_type;
/linux-6.15/kernel/bpf/
H A Dlog.c440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
664 static bool type_is_map_ptr(enum bpf_reg_type t) { in type_is_map_ptr()
685 enum bpf_reg_type t; in print_reg_state()
H A Dverifier.c394 enum bpf_reg_type type; in reg_not_null()
2211 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
2730 enum bpf_reg_type reg_type, in mark_btf_ld_reg()
7667 enum bpf_reg_type src_reg_type; in check_load_mem()
7699 enum bpf_reg_type dst_reg_type; in check_store_reg()
8992 const enum bpf_reg_type types[10];
9522 enum bpf_reg_type type = reg->type; in check_func_arg()
13925 enum bpf_reg_type type) in check_reg_sane_offset()
15553 enum bpf_reg_type type, in find_good_pkt_pointers()
19348 static bool reg_type_mismatch(enum bpf_reg_type src, enum bpf_reg_type prev) in reg_type_mismatch()
[all …]