Searched refs:bt_procfs_init (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/net/bluetooth/ |
| D | af_bluetooth.c | 680 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 696 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 707 EXPORT_SYMBOL(bt_procfs_init);
|
| D | sco.c | 1469 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
|
| D | iso.c | 1814 err = bt_procfs_init(&init_net, "iso", &iso_sk_list, NULL); in iso_init()
|
| D | l2cap_sock.c | 1949 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, in l2cap_init_sockets()
|
| D | hci_sock.c | 2151 err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL); in hci_sock_init()
|
| /Linux-v6.1/net/bluetooth/cmtp/ |
| D | sock.c | 250 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); in cmtp_init_sockets()
|
| /Linux-v6.1/net/bluetooth/bnep/ |
| D | sock.c | 247 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); in bnep_sock_init()
|
| /Linux-v6.1/net/bluetooth/hidp/ |
| D | sock.c | 299 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
|
| /Linux-v6.1/include/net/bluetooth/ |
| D | bluetooth.h | 583 int bt_procfs_init(struct net *net, const char *name,
|
| /Linux-v6.1/net/bluetooth/rfcomm/ |
| D | sock.c | 1056 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); in rfcomm_init_sockets()
|