Home
last modified time | relevance | path

Searched refs:BT_MAX_PROTO (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Daf_bluetooth.c41 #define BT_MAX_PROTO 8 macro
42 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] = {
57 static struct lock_class_key bt_slock_key[BT_MAX_PROTO];
58 static const char *const bt_slock_key_strings[BT_MAX_PROTO] = {
84 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_register()
102 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_unregister()
119 if (proto < 0 || proto >= BT_MAX_PROTO) in bt_sock_create()