Searched refs:bt_sock_alloc (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/bnep/ |
| H A D | sock.c | 208 sk = bt_sock_alloc(net, sock, &bnep_proto, protocol, GFP_ATOMIC, kern); in bnep_sock_create()
|
| /linux/net/bluetooth/hidp/ |
| H A D | sock.c | 259 sk = bt_sock_alloc(net, sock, &hidp_proto, protocol, GFP_ATOMIC, kern); in hidp_sock_create()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 146 struct sock *bt_sock_alloc(struct net *net, struct socket *sock, in bt_sock_alloc() function 173 EXPORT_SYMBOL(bt_sock_alloc);
|
| H A D | sco.c | 569 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc()
|
| H A D | l2cap_sock.c | 1897 sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern); in l2cap_sock_alloc()
|
| H A D | hci_sock.c | 2212 sk = bt_sock_alloc(net, sock, &hci_sk_proto, protocol, GFP_ATOMIC, in hci_sock_create()
|
| H A D | iso.c | 926 sk = bt_sock_alloc(net, sock, &iso_proto, proto, prio, kern); in iso_sock_alloc()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 281 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()
|