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

/linux-master/kernel/bpf/
H A Dverifier.c8104 struct bpf_reg_types { struct
8109 static const struct bpf_reg_types sock_types = {
8119 static const struct bpf_reg_types btf_id_sock_common_types = {
8132 static const struct bpf_reg_types mem_types = {
8146 static const struct bpf_reg_types int_ptr_types = {
8156 static const struct bpf_reg_types spin_lock_types = {
8163 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
8164 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };
8165 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
8166 static const struct bpf_reg_types ringbuf_mem_type
[all...]

Completed in 193 milliseconds