Searched refs:bt_sock_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/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 170 EXPORT_SYMBOL(bt_sock_alloc);
|
| H A D | sco.c | 562 sk = bt_sock_alloc(net, sock, &sco_proto, proto, prio, kern); in sco_sock_alloc()
|
| H A D | l2cap_sock.c | 1891 sk = bt_sock_alloc(net, sock, &l2cap_proto, proto, prio, kern); in l2cap_sock_alloc()
|
| H A D | hci_sock.c | 2202 sk = bt_sock_alloc(net, sock, &hci_sk_proto, protocol, GFP_ATOMIC, in hci_sock_create()
|
| H A D | iso.c | 884 sk = bt_sock_alloc(net, sock, &iso_proto, proto, prio, kern); in iso_sock_alloc()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | bluetooth.h | 409 struct sock *bt_sock_alloc(struct net *net, struct socket *sock,
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | sock.c | 281 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc()
|