Searched refs:BPF_MAX_DEVICES (Results 1 – 1 of 1) sorted by relevance
177 #define BPF_MAX_DEVICES 256 macro178 static unsigned int bpf_maxdevices = BPF_MAX_DEVICES;624 if (nbpfilter >= BPF_MAX_DEVICES) { in bpf_make_dev_t()4531 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {4532 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);