Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c8328 struct bpf_reg_types { struct
8333 static const struct bpf_reg_types sock_types = { argument
8343 static const struct bpf_reg_types btf_id_sock_common_types = {
8356 static const struct bpf_reg_types mem_types = {
8370 static const struct bpf_reg_types spin_lock_types = {
8377 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
8378 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };
8379 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
8380 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
8381 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
[all …]