taglinefilesource code
usockvec485net/socket.csock_socketpair(int family, int type, int protocol, unsigned long usockvec[2])
usockvec522net/socket.cer=verify_area(VERIFY_WRITE, usockvec, 2 * sizeof(int));
usockvec525net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec526net/socket.cput_fs_long(fd2, &usockvec[1]);