Lines Matching refs:orig_prog
1876 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1888 return orig_prog; in bpf_int_jit_compile()
1897 return orig_prog; in bpf_int_jit_compile()
1912 prog = orig_prog; in bpf_int_jit_compile()
1927 prog = orig_prog; in bpf_int_jit_compile()
1946 prog = orig_prog; in bpf_int_jit_compile()
1971 prog = orig_prog; in bpf_int_jit_compile()
1987 prog = orig_prog; in bpf_int_jit_compile()
1996 prog = orig_prog; in bpf_int_jit_compile()
2019 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2020 tmp : orig_prog); in bpf_int_jit_compile()