Searched refs:bt_sock_register (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/net/bluetooth/cmtp/ |
| H A D | sock.c | 244 err = bt_sock_register(BTPROTO_CMTP, &cmtp_sock_family_ops); in cmtp_init_sockets()
|
| /linux-6.15/net/bluetooth/bnep/ |
| H A D | sock.c | 233 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
|
| /linux-6.15/net/bluetooth/hidp/ |
| H A D | sock.c | 285 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops); in hidp_init_sockets()
|
| /linux-6.15/net/bluetooth/ |
| H A D | af_bluetooth.c | 82 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() function 100 EXPORT_SYMBOL(bt_sock_register);
|
| H A D | sco.c | 1535 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
|
| H A D | l2cap_sock.c | 1979 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops); in l2cap_init_sockets()
|
| H A D | hci_sock.c | 2230 err = bt_sock_register(BTPROTO_HCI, &hci_sock_family_ops); in hci_sock_init()
|
| H A D | iso.c | 2455 err = bt_sock_register(BTPROTO_ISO, &iso_sock_family_ops); in iso_init()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | bluetooth.h | 404 int bt_sock_register(int proto, const struct net_proto_family *ops);
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1043 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops); in rfcomm_init_sockets()
|