Lines Matching refs:orig_prog
850 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
858 return orig_prog; in bpf_int_jit_compile()
865 return orig_prog; in bpf_int_jit_compile()
876 prog = orig_prog; in bpf_int_jit_compile()
884 prog = orig_prog; in bpf_int_jit_compile()
889 prog = orig_prog; in bpf_int_jit_compile()
901 prog = orig_prog; in bpf_int_jit_compile()
914 prog = orig_prog; in bpf_int_jit_compile()
923 prog = orig_prog; in bpf_int_jit_compile()
942 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
943 tmp : orig_prog); in bpf_int_jit_compile()