Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c229 static unsigned int bpf_dtab_size = 0; variable
230 static struct bpf_d **__counted_by(bpf_dtab_size) bpf_dtab = NULL;
679 if (nbpfilter == bpf_dtab_size) { in bpf_make_dev_t()
683 new_dtab_size = bpf_dtab_size + NBPFILTER; in bpf_make_dev_t()
685 bpf_dtab_size, new_dtab_size, bpf_dtab, Z_WAITOK | Z_ZERO); in bpf_make_dev_t()
692 bpf_dtab_size = new_dtab_size; in bpf_make_dev_t()
/xnu-12377.61.12/tools/lldbmacros/
H A Dnet.py2187 bpf_dtab_size = int(kern.globals.bpf_dtab_size)
2188 for i in range(0, bpf_dtab_size):