Lines Matching refs:orig_prog
1897 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1909 return orig_prog; in bpf_int_jit_compile()
1918 return orig_prog; in bpf_int_jit_compile()
1933 prog = orig_prog; in bpf_int_jit_compile()
1948 prog = orig_prog; in bpf_int_jit_compile()
1967 prog = orig_prog; in bpf_int_jit_compile()
1992 prog = orig_prog; in bpf_int_jit_compile()
2008 prog = orig_prog; in bpf_int_jit_compile()
2017 prog = orig_prog; in bpf_int_jit_compile()
2040 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2041 tmp : orig_prog); in bpf_int_jit_compile()