sock_alloc_fd     404 net/socket.c   	int fd = sock_alloc_fd(&newfile, flags);
sock_alloc_fd    1293 net/socket.c   	fd1 = sock_alloc_fd(&newfile1, flags & O_CLOEXEC);
sock_alloc_fd    1299 net/socket.c   	fd2 = sock_alloc_fd(&newfile2, flags & O_CLOEXEC);
sock_alloc_fd    1461 net/socket.c   	newfd = sock_alloc_fd(&newfile, flags & O_CLOEXEC);