taglinefilesource code
usockvec690net/socket.cstatic int sock_socketpair(int family, int type, int protocol, unsigned long usockvec[2])
usockvec733net/socket.cer=verify_area(VERIFY_WRITE, usockvec, 2 * sizeof(int));
usockvec740net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec741net/socket.cput_fs_long(fd2, &usockvec[1]);