Searched refs:usockvec (Results 1 – 3 of 3) sorted by relevance
438 int __user *usockvec);
441 int __user *usockvec);
1526 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument1555 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()1559 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()1619 int __user *, usockvec) in SYSCALL_DEFINE4() argument1621 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()