Searched refs:prog_size (Results 1 – 1 of 1) sorted by relevance
998 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local1036 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()1071 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()1072 image_size = prog_size + extable_size; in bpf_int_jit_compile()1084 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()1108 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()1130 prog->jited_len = prog_size; in bpf_int_jit_compile()