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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.c151 static unsigned int bpf_maxdevices = 256; variable
152 SYSCTL_UINT(_debug, OID_AUTO, bpf_maxdevices, CTLFLAG_RW | CTLFLAG_LOCKED,
153 &bpf_maxdevices, 0, "");
423 if (nbpfilter >= bpf_maxdevices)

Completed in 63 milliseconds