Lines Matching refs:insn_aux
9050 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state() local
9054 if (bpf_map_ptr_poisoned(insn_aux)) { in set_map_elem_callback_state()
9059 map = BPF_MAP_PTR(insn_aux->map_ptr_state); in set_map_elem_callback_state()
11292 struct bpf_insn_aux_data *insn_aux; in check_kfunc_call() local
11308 insn_aux = &env->insn_aux_data[insn_idx]; in check_kfunc_call()
11310 insn_aux->is_iter_next = is_iter_next_kfunc(&meta); in check_kfunc_call()
11377 insn_aux->insert_off = regs[BPF_REG_2].off; in check_kfunc_call()
11378 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()
11459 insn_aux->obj_new_size = ret_t->size; in check_kfunc_call()
11460 insn_aux->kptr_struct_meta = in check_kfunc_call()
11468 insn_aux->kptr_struct_meta = in check_kfunc_call()
11599 insn_aux->kptr_struct_meta = in check_kfunc_call()
18223 static void __fixup_collection_insert_kfunc(struct bpf_insn_aux_data *insn_aux, in __fixup_collection_insert_kfunc() argument
18230 struct btf_struct_meta *kptr_struct_meta = insn_aux->kptr_struct_meta; in __fixup_collection_insert_kfunc()
18235 insn_buf[2] = BPF_MOV64_IMM(node_offset_reg, insn_aux->insert_off); in __fixup_collection_insert_kfunc()