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

/linux-master/kernel/bpf/
H A Dverifier.c19444 u16 node_offset_reg,
19454 insn_buf[2] = BPF_MOV64_IMM(node_offset_reg, insn_aux->insert_off);
19531 int node_offset_reg = BPF_REG_4; local
19536 node_offset_reg = BPF_REG_5;
19546 node_offset_reg, insn, insn_buf, cnt);
19442 __fixup_collection_insert_kfunc(struct bpf_insn_aux_data *insn_aux, u16 struct_meta_reg, u16 node_offset_reg, struct bpf_insn *insn, struct bpf_insn *insn_buf, int *cnt) argument

Completed in 146 milliseconds