Lines Matching full:prog_size
1984 size_t prog_size;1994 prog_size = sizeof(*handle->fcode.bf_insns) * handle->fcode.bf_len;1996 f = (struct bpf_insn *)malloc(prog_size);2002 memcpy(f, handle->fcode.bf_insns, prog_size);