Searched refs:prog_size (Results 1 – 1 of 1) sorted by relevance
995 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local1033 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()1065 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()1066 image_size = prog_size + extable_size; in bpf_int_jit_compile()1078 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()1102 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()1123 prog->jited_len = prog_size; in bpf_int_jit_compile()