tag | line | file | source code |
---|---|---|---|
usockvec | 628 | net/socket.c | asmlinkage int sys_socketpair(int family, int type, int protocol, int usockvec[2]) |
usockvec | 671 | net/socket.c | er=verify_area(VERIFY_WRITE, usockvec, sizeof(usockvec)); |
usockvec | 678 | net/socket.c | put_user(fd1, &usockvec[0]); |
usockvec | 679 | net/socket.c | put_user(fd2, &usockvec[1]); |