Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dbpf_tcp_ca.c90 if (info->reg_type == PTR_TO_BTF_ID && info->btf_id == sock_id) in bpf_tcp_ca_is_valid_access()
/Linux-v5.10/kernel/bpf/
Dverifier.c520 [PTR_TO_BTF_ID] = "ptr_",
589 if (t == PTR_TO_BTF_ID || in print_verifier_state()
1391 regs[regno].type = PTR_TO_BTF_ID; in mark_btf_ld_reg()
2210 case PTR_TO_BTF_ID: in is_spillable_regtype()
2781 if (*reg_type == PTR_TO_BTF_ID || *reg_type == PTR_TO_BTF_ID_OR_NULL) in check_ctx_access()
3498 if (reg_type == PTR_TO_BTF_ID || in check_mem_access()
3560 } else if (reg->type == PTR_TO_BTF_ID) { in check_mem_access()
3756 state->stack[spi].spilled_ptr.type == PTR_TO_BTF_ID) in check_stack_boundary()
4012 PTR_TO_BTF_ID,
4044 static const struct bpf_reg_types btf_ptr_types = { .types = { PTR_TO_BTF_ID } };
[all …]
Dbtf.c4558 info->reg_type = PTR_TO_BTF_ID; in btf_ctx_access()
4845 return PTR_TO_BTF_ID; in btf_struct_access()
/Linux-v5.10/include/linux/
Dbpf.h399 PTR_TO_BTF_ID, enumerator