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