Lines Matching refs:orig_prog
1877 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1889 return orig_prog; in bpf_int_jit_compile()
1898 return orig_prog; in bpf_int_jit_compile()
1913 prog = orig_prog; in bpf_int_jit_compile()
1928 prog = orig_prog; in bpf_int_jit_compile()
1947 prog = orig_prog; in bpf_int_jit_compile()
1972 prog = orig_prog; in bpf_int_jit_compile()
1988 prog = orig_prog; in bpf_int_jit_compile()
1997 prog = orig_prog; in bpf_int_jit_compile()
2020 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2021 tmp : orig_prog); in bpf_int_jit_compile()