Home
last modified time | relevance | path

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

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