Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf.c164 static unsigned int bpf_maxdevices = 256; variable
165 SYSCTL_UINT(_debug, OID_AUTO, bpf_maxdevices, CTLFLAG_RW | CTLFLAG_LOCKED,
166 &bpf_maxdevices, 0, "");
453 if (nbpfilter >= bpf_maxdevices) { in bpf_make_dev_t()