Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c184 u32 fixup_len; in bpf_int_jit_compile() local
291 fixup_len = fp->aux->num_exentries * BPF_FIXUP_LEN * 4; in bpf_int_jit_compile()
295 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
303 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()