Searched refs:l2cap_sock_alloc (Results 1 – 1 of 1) sorted by relevance
/net/bluetooth/ |
D | l2cap_sock.c | 45 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, 1184 sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP, in l2cap_sock_new_connection_cb() 1513 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, in l2cap_sock_alloc() function 1565 sk = l2cap_sock_alloc(net, sock, protocol, GFP_ATOMIC); in l2cap_sock_create()
|