Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/rfcomm/
Dsock.c286 static struct sock *rfcomm_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio) in rfcomm_sock_alloc() function
341 sk = rfcomm_sock_alloc(net, sock, protocol, GFP_ATOMIC); in rfcomm_sock_create()
956 sk = rfcomm_sock_alloc(sock_net(parent), NULL, BTPROTO_RFCOMM, GFP_ATOMIC); in rfcomm_connect_ind()