Searched refs:BPF_MAX_DEVICES (Results 1 – 1 of 1) sorted by relevance
179 #define BPF_MAX_DEVICES 256 macro180 static unsigned int bpf_maxdevices = BPF_MAX_DEVICES;665 if (nbpfilter >= BPF_MAX_DEVICES) { in bpf_make_dev_t()4572 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {4573 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);