Searched refs:l2cap_sock_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/net/bluetooth/ ! |
D | l2cap.h | 473 struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
|
/linux-2.6.39/net/bluetooth/ ! |
D | l2cap_sock.c | 1052 struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio) in l2cap_sock_alloc() function 1095 sk = l2cap_sock_alloc(net, sock, protocol, GFP_ATOMIC); in l2cap_sock_create()
|
D | l2cap_core.c | 643 sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP, GFP_ATOMIC); in l2cap_le_conn_ready() 2014 sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP, GFP_ATOMIC); in l2cap_connect_req()
|