Home
last modified time | relevance | path

Searched refs:tmp_fp (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp.c76 struct bpf_prog *tmp_fp; in bpf_int_jit_compile() local
87 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
88 if (IS_ERR(tmp_fp)) in bpf_int_jit_compile()
91 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
93 fp = tmp_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()