Searched refs:bnep_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | sock.c | 192 static struct proto bnep_proto = { variable 208 sk = bt_sock_alloc(net, sock, &bnep_proto, protocol, GFP_ATOMIC, kern); in bnep_sock_create() 229 err = proto_register(&bnep_proto, 0); in bnep_sock_init() 251 proto_unregister(&bnep_proto); in bnep_sock_init() 259 proto_unregister(&bnep_proto); in bnep_sock_cleanup()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | sock.c | 191 static struct proto bnep_proto = { variable 207 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &bnep_proto, kern); in bnep_sock_create() 236 err = proto_register(&bnep_proto, 0); in bnep_sock_init() 258 proto_unregister(&bnep_proto); in bnep_sock_init() 266 proto_unregister(&bnep_proto); in bnep_sock_cleanup()
|
Completed in 1 milliseconds