Lines Matching refs:orig_prog
1860 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1872 return orig_prog; in bpf_int_jit_compile()
1881 return orig_prog; in bpf_int_jit_compile()
1896 prog = orig_prog; in bpf_int_jit_compile()
1911 prog = orig_prog; in bpf_int_jit_compile()
1930 prog = orig_prog; in bpf_int_jit_compile()
1955 prog = orig_prog; in bpf_int_jit_compile()
1971 prog = orig_prog; in bpf_int_jit_compile()
1980 prog = orig_prog; in bpf_int_jit_compile()
2003 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2004 tmp : orig_prog); in bpf_int_jit_compile()