Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c94 if (info->reg_type == PTR_TO_BTF_ID && info->btf_id == sock_id) in bpf_tcp_ca_is_valid_access()
/Linux-v5.15/kernel/bpf/
Dverifier.c569 [PTR_TO_BTF_ID] = "ptr_",
639 if (t == PTR_TO_BTF_ID || in print_verifier_state()
1167 reg->type = PTR_TO_BTF_ID; in mark_ptr_not_null_reg()
1498 regs[regno].type = PTR_TO_BTF_ID; in mark_btf_ld_reg()
2577 case PTR_TO_BTF_ID: in is_spillable_regtype()
3401 if (*reg_type == PTR_TO_BTF_ID || *reg_type == PTR_TO_BTF_ID_OR_NULL) { in check_ctx_access()
4227 if (reg_type == PTR_TO_BTF_ID || in check_mem_access()
4291 } else if (reg->type == PTR_TO_BTF_ID) { in check_mem_access()
4518 state->stack[spi].spilled_ptr.type == PTR_TO_BTF_ID) in check_stack_range_initialized()
4854 PTR_TO_BTF_ID,
[all …]
Dbtf.c4840 info->reg_type = PTR_TO_BTF_ID; in btf_ctx_access()
5129 return PTR_TO_BTF_ID; in btf_struct_access()
5509 if (reg->type == PTR_TO_BTF_ID) { in btf_check_func_arg_match()
/Linux-v5.15/include/linux/
Dbpf.h445 PTR_TO_BTF_ID, enumerator