Searched refs:org_fp (Results 1 – 1 of 1) sorted by relevance
1164 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local1170 return org_fp; in bpf_int_jit_compile()1172 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()1174 return org_fp; in bpf_int_jit_compile()1176 if (tmp_fp != org_fp) { in bpf_int_jit_compile()1185 fp = org_fp; in bpf_int_jit_compile()1205 fp = org_fp; in bpf_int_jit_compile()1217 fp = org_fp; in bpf_int_jit_compile()1229 fp = org_fp; in bpf_int_jit_compile()1248 fp = org_fp; in bpf_int_jit_compile()[all …]