Home | History | Annotate | Download | only in libpcap

Lines Matching refs:prog_size

6327 	size_t prog_size;
6337 prog_size = sizeof(*handle->fcode.bf_insns) * handle->fcode.bf_len;
6339 f = (struct bpf_insn *)malloc(prog_size);
6345 memcpy(f, handle->fcode.bf_insns, prog_size);