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