Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/hidp/
Dsock.c244 static struct proto hidp_proto = { variable
260 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hidp_proto, kern); in hidp_sock_create()
290 err = proto_register(&hidp_proto, 0); in hidp_init_sockets()
312 proto_unregister(&hidp_proto); in hidp_init_sockets()
320 proto_unregister(&hidp_proto); in hidp_cleanup_sockets()