Searched refs:sco_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | sco.c | 474 static struct proto sco_proto = { variable 485 sk = sk_alloc(net, PF_BLUETOOTH, prio, &sco_proto, kern); in sco_sock_alloc() 1289 err = proto_register(&sco_proto, 0); in sco_init() 1319 proto_unregister(&sco_proto); in sco_init() 1333 proto_unregister(&sco_proto); in sco_exit()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | sco.c | 484 static struct proto sco_proto = { variable 495 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc() 1451 err = proto_register(&sco_proto, 0); in sco_init() 1481 proto_unregister(&sco_proto); in sco_init() 1495 proto_unregister(&sco_proto); in sco_exit()
|
Completed in 5 milliseconds