taglinefilesource code
usockvec457net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
usockvec495net/socket.cverify_area(usockvec, 2 * sizeof(int));
usockvec496net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec497net/socket.cput_fs_long(fd2, &usockvec[1]);