Searched refs:prog_size (Results 1 – 1 of 1) sorted by relevance
994 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local1032 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()