Searched refs:bt_proto (Results 1 – 1 of 1) sorted by relevance
47 static const struct net_proto_family *bt_proto[BT_MAX_PROTO]; variable94 if (bt_proto[proto]) in bt_sock_register()97 bt_proto[proto] = ops; in bt_sock_register()114 if (!bt_proto[proto]) in bt_sock_unregister()117 bt_proto[proto] = NULL; in bt_sock_unregister()136 if (!bt_proto[proto]) in bt_sock_create()143 if (bt_proto[proto] && try_module_get(bt_proto[proto]->owner)) { in bt_sock_create()144 err = bt_proto[proto]->create(net, sock, proto, kern); in bt_sock_create()147 module_put(bt_proto[proto]->owner); in bt_sock_create()