Searched refs:rfcomm_sock_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 271 static struct sock *rfcomm_sock_alloc(struct net *net, struct socket *sock, in rfcomm_sock_alloc() function 319 sk = rfcomm_sock_alloc(net, sock, protocol, GFP_ATOMIC, kern); in rfcomm_sock_create() 954 sk = rfcomm_sock_alloc(sock_net(parent), NULL, BTPROTO_RFCOMM, GFP_ATOMIC, 0); in rfcomm_connect_ind()
|