Searched refs:bpf_maxdevices (Results 1 – 1 of 1) sorted by relevance
164 static unsigned int bpf_maxdevices = 256; variable165 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()