Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sock.c1374 static struct proto hci_sk_proto = { variable
1392 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto); in hci_sock_create()
1421 err = proto_register(&hci_sk_proto, 0); in hci_sock_init()
1443 proto_unregister(&hci_sk_proto); in hci_sock_init()
1451 proto_unregister(&hci_sk_proto); in hci_sock_cleanup()