Lines Matching refs:org_fp
75 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
85 return org_fp; in bpf_int_jit_compile()
87 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
89 return org_fp; in bpf_int_jit_compile()
91 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
100 fp = org_fp; in bpf_int_jit_compile()
128 fp = org_fp; in bpf_int_jit_compile()
141 fp = org_fp; in bpf_int_jit_compile()
155 fp = org_fp; in bpf_int_jit_compile()
179 fp = org_fp; in bpf_int_jit_compile()
200 fp = org_fp; in bpf_int_jit_compile()
229 fp = org_fp; in bpf_int_jit_compile()
248 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()