Lines Matching refs:bpf_insn
27 struct bpf_insn *begin;
28 struct bpf_insn *end;
29 struct bpf_insn *pos;
39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn()
325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate()
326 struct bpf_insn *success_code, struct bpf_insn *user_code) in prologue_relocate()
328 struct bpf_insn *insn; in prologue_relocate()
334 struct bpf_insn *target; in prologue_relocate()
365 struct bpf_insn *new_prog, size_t *new_cnt, in bpf__gen_prologue()
368 struct bpf_insn *success_code = NULL; in bpf__gen_prologue()
369 struct bpf_insn *error_code = NULL; in bpf__gen_prologue()
370 struct bpf_insn *user_code = NULL; in bpf__gen_prologue()