Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Daf_decnet.c471 struct sock *dn_alloc_sock(struct socket *sock, int gfp) in dn_alloc_sock() function
735 if ((sk = dn_alloc_sock(sock, GFP_KERNEL)) == NULL) in dn_create()
1054 if ((newsk = dn_alloc_sock(newsock, sk->allocation)) == NULL) { in dn_accept()