Searched refs:BPF_MAX_DEVICES (Results 1 – 1 of 1) sorted by relevance
178 #define BPF_MAX_DEVICES 256 macro179 static unsigned int bpf_maxdevices = BPF_MAX_DEVICES;664 if (nbpfilter >= BPF_MAX_DEVICES) { in bpf_make_dev_t()4667 if (buf_size > BPF_MAX_DEVICES * sizeof(struct xbpf_d)) {4668 buf_size = BPF_MAX_DEVICES * sizeof(struct xbpf_d);