Searched refs:bt_sock_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 143 struct sock *bt_sock_alloc(struct net *net, struct socket *sock, in bt_sock_alloc() function 171 EXPORT_SYMBOL(bt_sock_alloc);
|
| H A D | sco.c | 618 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc()
|
| H A D | l2cap_sock.c | 1981 sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern); in l2cap_sock_alloc()
|
| H A D | iso.c | 1006 sk = bt_sock_alloc(net, sock, &iso_proto, proto, prio, kern); in iso_sock_alloc()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 292 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()
|