Home
last modified time | relevance | path

Searched refs:l2cap_sock_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h473 struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
/linux-2.6.39/net/bluetooth/
Dl2cap_sock.c1052 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()
Dl2cap_core.c643 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()