Home
last modified time | relevance | path

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

/Linux-v5.4/net/decnet/
Daf_decnet.c464 static struct sock *dn_alloc_sock(struct net *net, struct socket *sock, gfp_t gfp, int kern) in dn_alloc_sock() function
691 if ((sk = dn_alloc_sock(net, sock, GFP_KERNEL, kern)) == NULL) in dn_create()
1095 newsk = dn_alloc_sock(sock_net(sk), newsock, sk->sk_allocation, kern); in dn_accept()