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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c150 static unsigned int bpf_maxdevices = 256; variable
151 SYSCTL_UINT(_debug, OID_AUTO, bpf_maxdevices, CTLFLAG_RW | CTLFLAG_LOCKED,
152 &bpf_maxdevices, 0, "");
417 if (nbpfilter >= bpf_maxdevices)

Completed in 10 milliseconds