taglinefilesource code
usockvec575net/socket.casmlinkage int sys_socketpair(int family, int type, int protocol, int usockvec[2])
usockvec618net/socket.cer=verify_area(VERIFY_WRITE, usockvec, sizeof(usockvec));
usockvec625net/socket.cput_user(fd1, &usockvec[0]);
usockvec626net/socket.cput_user(fd2, &usockvec[1]);