Lines Matching refs:orig_prog
1811 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1823 return orig_prog; in bpf_int_jit_compile()
1832 return orig_prog; in bpf_int_jit_compile()
1846 prog = orig_prog; in bpf_int_jit_compile()
1861 prog = orig_prog; in bpf_int_jit_compile()
1880 prog = orig_prog; in bpf_int_jit_compile()
1905 prog = orig_prog; in bpf_int_jit_compile()
1921 prog = orig_prog; in bpf_int_jit_compile()
1930 prog = orig_prog; in bpf_int_jit_compile()
1953 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1954 tmp : orig_prog); in bpf_int_jit_compile()