Home
last modified time | relevance | path

Searched refs:dynptr_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dlog.c823 if (reg->dynptr_id) in print_verifier_state()
824 verbose_a("dynptr_id=%d", reg->dynptr_id); in print_verifier_state()
H A Dverifier.c281 int dynptr_id; member
697 bool first_slot, int dynptr_id);
883 int i, dynptr_id; in destroy_if_dynptr_stack_slot() local
917 if (dreg->dynptr_id == dynptr_id) in destroy_if_dynptr_stack_slot()
2139 bool first_slot, int dynptr_id) in __mark_dynptr_reg() argument
2148 reg->id = dynptr_id; in __mark_dynptr_reg()
11473 if (meta.dynptr_id) { in check_helper_call()
11482 id = dynptr_id(env, reg); in check_helper_call()
11494 meta.dynptr_id = id; in check_helper_call()
11701 regs[BPF_REG_0].dynptr_id = meta.dynptr_id; in check_helper_call()
[all …]
/linux-6.15/include/linux/
H A Dbpf_verifier.h91 u32 dynptr_id; /* for dynptr slices */ member