Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dsco.c425 static struct sock *sco_sock_alloc(struct socket *sock, int proto, int prio) in sco_sock_alloc() function
463 if (!(sk = sco_sock_alloc(sock, protocol, GFP_KERNEL))) in sco_sock_create()
814 sk = sco_sock_alloc(NULL, BTPROTO_SCO, GFP_ATOMIC); in sco_conn_ready()