Searched refs:new_insn (Results 1 – 2 of 2) sorted by relevance
39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn() argument50 *(pos->pos)++ = new_insn; in append_insn()
1379 struct instruction **new_insn) in handle_group_alt() argument1445 *new_insn = nop; in handle_group_alt()1449 insn = *new_insn; in handle_group_alt()1506 new_alt_group->first_insn = *new_insn; in handle_group_alt()1520 struct instruction **new_insn) in handle_jump_alt() argument1557 *new_insn = list_next_entry(orig_insn, list); in handle_jump_alt()1570 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local1590 new_insn = NULL; in add_special_section_alts()1592 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()1594 if (!new_insn) { in add_special_section_alts()[all …]