Searched refs:tmp_fp (Results 1 – 1 of 1) sorted by relevance
1090 struct bpf_prog *tmp_fp; in bpf_int_jit_compile() local1097 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()1098 if (IS_ERR(tmp_fp)) in bpf_int_jit_compile()1101 if (tmp_fp != org_fp) { in bpf_int_jit_compile()1103 fp = tmp_fp; in bpf_int_jit_compile()1244 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()