Searched refs:bpf_reg_types (Results 1 – 1 of 1) sorted by relevance
8075 struct bpf_reg_types { struct8080 static const struct bpf_reg_types sock_types = { argument8090 static const struct bpf_reg_types btf_id_sock_common_types = {8103 static const struct bpf_reg_types mem_types = {8118 static const struct bpf_reg_types spin_lock_types = {8125 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };8126 static const struct bpf_reg_types scalar_types = { .types = { SCALAR_VALUE } };8127 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };8128 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };8129 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };[all …]