Searched refs:usockvec (Results 1 – 2 of 2) sorted by relevance
476 int __user *usockvec);
1827 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument1856 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()1860 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()1920 int __user *, usockvec) in SYSCALL_DEFINE4() argument1922 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()