Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c4246 struct bpf_reg_types { struct
4251 static const struct bpf_reg_types map_key_value_types = {
4261 static const struct bpf_reg_types sock_types = {
4272 static const struct bpf_reg_types btf_id_sock_common_types = {
4285 static const struct bpf_reg_types mem_types = {
4298 static const struct bpf_reg_types int_ptr_types = {
4308 static const struct bpf_reg_types fullsock_types = {.types = {PTR_TO_SOCKET}};
4309 static const struct bpf_reg_types scalar_types = {.types = {SCALAR_VALUE}};
4310 static const struct bpf_reg_types context_types = {.types = {PTR_TO_CTX}};
4311 static const struct bpf_reg_types alloc_mem_type
[all...]

Completed in 10 milliseconds