Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.c171 static unsigned int bpf_maxdevices = 256; variable
172 SYSCTL_UINT(_debug, OID_AUTO, bpf_maxdevices, CTLFLAG_RD | CTLFLAG_LOCKED,
173 &bpf_maxdevices, 0, "");
465 if (nbpfilter >= bpf_maxdevices) { in bpf_make_dev_t()