Lines Matching refs:orig_prog
1468 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1479 return orig_prog; in bpf_int_jit_compile()
1486 return orig_prog; in bpf_int_jit_compile()
1496 prog = orig_prog; in bpf_int_jit_compile()
1517 prog = orig_prog; in bpf_int_jit_compile()
1533 prog = orig_prog; in bpf_int_jit_compile()
1559 prog = orig_prog; in bpf_int_jit_compile()
1571 prog = orig_prog; in bpf_int_jit_compile()
1581 prog = orig_prog; in bpf_int_jit_compile()
1611 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1612 tmp : orig_prog); in bpf_int_jit_compile()