BNEP_MAX_PROTO_FILTERS 163 net/bluetooth/bnep/bnep.h struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS]; BNEP_MAX_PROTO_FILTERS 147 net/bluetooth/bnep/core.c if (n <= BNEP_MAX_PROTO_FILTERS) { BNEP_MAX_PROTO_FILTERS 159 net/bluetooth/bnep/core.c if (i < BNEP_MAX_PROTO_FILTERS) BNEP_MAX_PROTO_FILTERS 174 net/bluetooth/bnep/netdev.c for (i = 0; i < BNEP_MAX_PROTO_FILTERS && f[i].end; i++) {