Lines Matching refs:orig_fp
2261 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local
2270 return orig_fp; in bpf_int_jit_compile()
2278 return orig_fp; in bpf_int_jit_compile()
2288 fp = orig_fp; in bpf_int_jit_compile()
2304 fp = orig_fp; in bpf_int_jit_compile()
2314 fp = orig_fp; in bpf_int_jit_compile()
2323 fp = orig_fp; in bpf_int_jit_compile()
2329 fp = orig_fp; in bpf_int_jit_compile()
2339 fp = orig_fp; in bpf_int_jit_compile()
2360 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
2361 tmp : orig_fp); in bpf_int_jit_compile()