Lines Matching refs:orig_prog
1456 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1466 return orig_prog; in bpf_int_jit_compile()
1473 return orig_prog; in bpf_int_jit_compile()
1483 prog = orig_prog; in bpf_int_jit_compile()
1501 prog = orig_prog; in bpf_int_jit_compile()
1514 prog = orig_prog; in bpf_int_jit_compile()
1519 prog = orig_prog; in bpf_int_jit_compile()
1539 prog = orig_prog; in bpf_int_jit_compile()
1556 prog = orig_prog; in bpf_int_jit_compile()
1566 prog = orig_prog; in bpf_int_jit_compile()
1610 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1611 tmp : orig_prog); in bpf_int_jit_compile()