Lines Matching refs:orig_prog
808 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
819 return orig_prog; in bpf_int_jit_compile()
826 return orig_prog; in bpf_int_jit_compile()
836 prog = orig_prog; in bpf_int_jit_compile()
854 prog = orig_prog; in bpf_int_jit_compile()
862 prog = orig_prog; in bpf_int_jit_compile()
867 prog = orig_prog; in bpf_int_jit_compile()
879 prog = orig_prog; in bpf_int_jit_compile()
893 prog = orig_prog; in bpf_int_jit_compile()
902 prog = orig_prog; in bpf_int_jit_compile()
939 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
940 tmp : orig_prog); in bpf_int_jit_compile()