bpf_jit_binary_alloc
ctx->bpf_header = bpf_jit_binary_alloc(ctx->jit.len, &ctx->jit.buf,
header = bpf_jit_binary_alloc(image_size, &image_ptr,
header = bpf_jit_binary_alloc(image_size, &image_ptr,
bpf_jit_binary_alloc(prog_size + extable_size,
header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf,
header = bpf_jit_binary_alloc(image_size, &image_ptr,
header = bpf_jit_binary_alloc(proglen, &image,
bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,