Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/cmtp/
Dsock.c244 err = bt_sock_register(BTPROTO_CMTP, &cmtp_sock_family_ops); in cmtp_init_sockets()
/Linux-v6.1/net/bluetooth/bnep/
Dsock.c241 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
/Linux-v6.1/net/bluetooth/
Daf_bluetooth.c82 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() function
100 EXPORT_SYMBOL(bt_sock_register);
Dsco.c1463 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
Diso.c1808 err = bt_sock_register(BTPROTO_ISO, &iso_sock_family_ops); in iso_init()
Dl2cap_sock.c1943 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops); in l2cap_init_sockets()
Dhci_sock.c2145 err = bt_sock_register(BTPROTO_HCI, &hci_sock_family_ops); in hci_sock_init()
/Linux-v6.1/net/bluetooth/hidp/
Dsock.c293 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops); in hidp_init_sockets()
/Linux-v6.1/include/net/bluetooth/
Dbluetooth.h382 int bt_sock_register(int proto, const struct net_proto_family *ops);
/Linux-v6.1/net/bluetooth/rfcomm/
Dsock.c1050 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops); in rfcomm_init_sockets()