Searched refs:bt_procfs_init (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | af_bluetooth.c | 678 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 694 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 705 EXPORT_SYMBOL(bt_procfs_init);
|
| D | sco.c | 1223 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
|
| D | l2cap_sock.c | 1691 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, in l2cap_init_sockets()
|
| D | hci_sock.c | 2045 err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL); in hci_sock_init()
|
| /Linux-v5.4/net/bluetooth/bnep/ |
| D | sock.c | 248 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); in bnep_sock_init()
|
| /Linux-v5.4/net/bluetooth/cmtp/ |
| D | sock.c | 252 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); in cmtp_init_sockets()
|
| /Linux-v5.4/net/bluetooth/hidp/ |
| D | sock.c | 300 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | bluetooth.h | 387 int bt_procfs_init(struct net *net, const char *name,
|
| /Linux-v5.4/net/bluetooth/rfcomm/ |
| D | sock.c | 1070 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); in rfcomm_init_sockets()
|