taglinefilesource code
usockvec555net/socket.casmlinkage int sys_socketpair(int family, int type, int protocol, int usockvec[2])
usockvec598net/socket.cer=verify_area(VERIFY_WRITE, usockvec, sizeof(usockvec));
usockvec605net/socket.cput_user(fd1, &usockvec[0]);
usockvec606net/socket.cput_user(fd2, &usockvec[1]);