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;626 if (nbpfilter >= BPF_MAX_DEVICES) { in bpf_make_dev_t()4533 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {4534 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);