Lines Matching refs:orig_prog
1482 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1493 return orig_prog; in bpf_int_jit_compile()
1500 return orig_prog; in bpf_int_jit_compile()
1510 prog = orig_prog; in bpf_int_jit_compile()
1531 prog = orig_prog; in bpf_int_jit_compile()
1547 prog = orig_prog; in bpf_int_jit_compile()
1573 prog = orig_prog; in bpf_int_jit_compile()
1585 prog = orig_prog; in bpf_int_jit_compile()
1595 prog = orig_prog; in bpf_int_jit_compile()
1607 prog = orig_prog; in bpf_int_jit_compile()
1629 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1630 tmp : orig_prog); in bpf_int_jit_compile()