Searched refs:BT_MAX_PROTO (Results 1 – 1 of 1) sorted by relevance
39 #define BT_MAX_PROTO 8 macro40 static const struct net_proto_family *bt_proto[BT_MAX_PROTO];43 static struct lock_class_key bt_lock_key[BT_MAX_PROTO];44 static const char *const bt_key_strings[BT_MAX_PROTO] = {55 static struct lock_class_key bt_slock_key[BT_MAX_PROTO];56 static const char *const bt_slock_key_strings[BT_MAX_PROTO] = {82 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_register()100 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_unregister()146 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_create()