BNEP_MAX_PROTO_FILTERS  157 net/bluetooth/bnep/bnep.h 	struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS];
BNEP_MAX_PROTO_FILTERS  121 net/bluetooth/bnep/core.c 	if (n <= BNEP_MAX_PROTO_FILTERS) {
BNEP_MAX_PROTO_FILTERS  133 net/bluetooth/bnep/core.c 		if (i < BNEP_MAX_PROTO_FILTERS)
BNEP_MAX_PROTO_FILTERS  154 net/bluetooth/bnep/netdev.c 	for (i = 0; i < BNEP_MAX_PROTO_FILTERS && f[i].end; i++) {