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

/linux-master/kernel/bpf/
H A Dlog.c820 if (reg->dynptr_id)
821 verbose_a("dynptr_id=%d", reg->dynptr_id);
H A Dverifier.c280 int dynptr_id; member in struct:bpf_call_arg_meta
679 bool first_slot, int dynptr_id);
865 int i, dynptr_id; local
893 dynptr_id = state->stack[spi].spilled_ptr.id;
899 if (dreg->dynptr_id == dynptr_id)
1818 bool first_slot, int dynptr_id)
1827 reg->id = dynptr_id;
8477 static int dynptr_id(struct bpf_verifier_env *env, struct bpf_reg_state *reg) function
10408 if (meta.dynptr_id) {
1817 __mark_dynptr_reg(struct bpf_reg_state *reg, enum bpf_dynptr_type type, bool first_slot, int dynptr_id) argument
[all...]
/linux-master/include/linux/
H A Dbpf_verifier.h102 u32 dynptr_id; /* for dynptr slices */ member in struct:bpf_reg_state::__anon1915::__anon1918

Completed in 182 milliseconds