Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h47 enum bpf_reg_type type;
334 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
343 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
Dbpf.h424 enum bpf_reg_type { enum
478 enum bpf_reg_type reg_type;
833 enum bpf_reg_type reg_type;
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c385 static bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
391 static bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
399 static bool reg_type_not_null(enum bpf_reg_type type) in reg_type_not_null()
413 static bool reg_type_may_be_refcounted_or_null(enum bpf_reg_type type) in reg_type_may_be_refcounted_or_null()
491 enum bpf_reg_type type) in reg_type_str()
580 enum bpf_reg_type t; in print_verifier_state()
1097 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
1396 enum bpf_reg_type reg_type, u32 btf_id) in mark_btf_ld_reg()
2223 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype()
3028 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access()
[all …]