Lines Matching refs:orig_prog
1808 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1820 return orig_prog; in bpf_int_jit_compile()
1829 return orig_prog; in bpf_int_jit_compile()
1844 prog = orig_prog; in bpf_int_jit_compile()
1859 prog = orig_prog; in bpf_int_jit_compile()
1878 prog = orig_prog; in bpf_int_jit_compile()
1903 prog = orig_prog; in bpf_int_jit_compile()
1919 prog = orig_prog; in bpf_int_jit_compile()
1928 prog = orig_prog; in bpf_int_jit_compile()
1951 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1952 tmp : orig_prog); in bpf_int_jit_compile()