Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c8038 struct bpf_reg_types { struct
8043 static const struct bpf_reg_types sock_types = { argument
8053 static const struct bpf_reg_types btf_id_sock_common_types = {
8066 static const struct bpf_reg_types mem_types = {
8080 static const struct bpf_reg_types spin_lock_types = {
8087 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
8088 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };
8089 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
8090 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
8091 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
[all …]