Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c90 if (info->reg_type == PTR_TO_BTF_ID && info->btf_id == sock_id) in bpf_tcp_ca_is_valid_access()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c520 [PTR_TO_BTF_ID] = "ptr_",
589 if (t == PTR_TO_BTF_ID || in print_verifier_state()
1394 regs[regno].type = PTR_TO_BTF_ID; in mark_btf_ld_reg()
2213 case PTR_TO_BTF_ID: in is_spillable_regtype()
3024 if (*reg_type == PTR_TO_BTF_ID || *reg_type == PTR_TO_BTF_ID_OR_NULL) in check_ctx_access()
3838 if (reg_type == PTR_TO_BTF_ID || in check_mem_access()
3900 } else if (reg->type == PTR_TO_BTF_ID) { in check_mem_access()
4082 state->stack[spi].spilled_ptr.type == PTR_TO_BTF_ID) in check_stack_range_initialized()
4343 PTR_TO_BTF_ID,
4375 static const struct bpf_reg_types btf_ptr_types = { .types = { PTR_TO_BTF_ID } };
[all …]
H A Dbtf.c4557 info->reg_type = PTR_TO_BTF_ID; in btf_ctx_access()
4844 return PTR_TO_BTF_ID; in btf_struct_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h413 PTR_TO_BTF_ID, enumerator