Searched refs:BT_MAX_PROTO (Results 1 – 1 of 1) sorted by relevance
41 #define BT_MAX_PROTO (BTPROTO_LAST + 1) macro42 static const struct net_proto_family *bt_proto[BT_MAX_PROTO];45 static struct lock_class_key bt_lock_key[BT_MAX_PROTO];46 static const char *const bt_key_strings[BT_MAX_PROTO] = {58 static struct lock_class_key bt_slock_key[BT_MAX_PROTO];59 static const char *const bt_slock_key_strings[BT_MAX_PROTO] = {86 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_register()104 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_unregister()121 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_create()
Completed in 4 milliseconds