Home
last modified time | relevance | path

Searched refs:PTR_TO_CTX (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c405 [PTR_TO_CTX] = "ctx", in reg_type_str()
H A Ddiagnostics.c936 case PTR_TO_CTX: in bpf_diag_reg_type_plain()
2123 if (base_type(snapshot->type) == PTR_TO_CTX) in diag_reg_snapshot()
H A Dverifier.c4320 case PTR_TO_CTX: in __check_mem_access()
4995 return reg->type == PTR_TO_CTX; in is_ctx_reg()
5203 case PTR_TO_CTX: in check_ptr_alignment()
6418 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
7017 case PTR_TO_CTX: in check_helper_mem_access()
7034 if (known_memory && base_type(reg->type) != PTR_TO_CTX) in check_helper_mem_access()
8114 PTR_TO_CTX,
8127 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
8495 case PTR_TO_CTX: in __check_func_arg_reg_off()
9677 if (reg->type != PTR_TO_CTX) { in btf_check_func_arg_match()
[all …]
H A Dfixups.c685 aux[adj_idx].ptr_type == PTR_TO_CTX) in bpf_opt_subreg_zext_lo32_rnd_hi32()
910 case PTR_TO_CTX: in bpf_convert_ctx_accesses()
/linux/include/linux/
H A Dbpf.h1051 PTR_TO_CTX, /* reg points to bpf_context */ enumerator