Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9188 struct bpf_reg_types { struct
9193 static const struct bpf_reg_types sock_types = { argument
9203 static const struct bpf_reg_types btf_id_sock_common_types = {
9216 static const struct bpf_reg_types mem_types = {
9230 static const struct bpf_reg_types spin_lock_types = {
9237 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
9238 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };
9239 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
9240 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
9241 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
[all …]