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.c8694 struct bpf_reg_types { struct
8699 static const struct bpf_reg_types sock_types = { argument
8709 static const struct bpf_reg_types btf_id_sock_common_types = {
8722 static const struct bpf_reg_types mem_types = {
8736 static const struct bpf_reg_types spin_lock_types = {
8743 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
8744 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };
8745 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
8746 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
8747 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
[all …]