Searched refs:bpf_dtab_size (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c171 static unsigned int bpf_dtab_size = 0; variable
431 if (nbpfilter == bpf_dtab_size) {
436 new_dtab_size = bpf_dtab_size + NBPFILTER;
444 sizeof(struct bpf_d *) * bpf_dtab_size);
446 bzero(new_dtab + bpf_dtab_size,
450 bpf_dtab_size = new_dtab_size;

Completed in 9 milliseconds