Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c8991 struct bpf_reg_types { struct
8996 static const struct bpf_reg_types sock_types = { argument
9006 static const struct bpf_reg_types btf_id_sock_common_types = {
9019 static const struct bpf_reg_types mem_types = {
9033 static const struct bpf_reg_types spin_lock_types = {
9042 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
9045 static const struct bpf_reg_types btf_ptr_types = {
9052 static const struct bpf_reg_types percpu_btf_ptr_types = {
9063 static const struct bpf_reg_types kptr_xchg_dest_types = {
9069 static const struct bpf_reg_types dynptr_types = {
[all …]