Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dlog.c821 if (reg->dynptr_id) in print_verifier_state()
822 verbose_a("dynptr_id=%d", reg->dynptr_id); in print_verifier_state()
A Dverifier.c278 int dynptr_id; member
681 bool first_slot, int dynptr_id);
867 int i, dynptr_id; in destroy_if_dynptr_stack_slot() local
901 if (dreg->dynptr_id == dynptr_id) in destroy_if_dynptr_stack_slot()
1822 bool first_slot, int dynptr_id) in __mark_dynptr_reg() argument
1831 reg->id = dynptr_id; in __mark_dynptr_reg()
10663 if (meta.dynptr_id) { in check_helper_call()
10672 id = dynptr_id(env, reg); in check_helper_call()
10684 meta.dynptr_id = id; in check_helper_call()
10884 regs[BPF_REG_0].dynptr_id = meta.dynptr_id; in check_helper_call()
[all …]
/linux/include/linux/
A Dbpf_verifier.h107 u32 dynptr_id; /* for dynptr slices */ member

Completed in 42 milliseconds