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)
325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code,
326 struct bpf_insn *success_code, struct bpf_insn *user_code)
328 struct bpf_insn *insn;
334 struct bpf_insn *target;
365 struct bpf_insn *new_prog, size_t *new_cnt,
368 struct bpf_insn *success_code = NULL;
369 struct bpf_insn *error_code = NULL;
370 struct bpf_insn *user_code = NULL;