unix_create1      644 net/unix/af_unix.c 	return unix_create1(net, sock) ? 0 : -ENOMEM;
unix_create1     1036 net/unix/af_unix.c 	newsk = unix_create1(sock_net(sk), NULL);