Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c994 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1032 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1067 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1068 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1080 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()
1104 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
1128 prog->jited_len = prog_size; in bpf_int_jit_compile()