Searched refs:usockvec (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | socket.h | 385 int __user *usockvec);
|
/Linux-v4.19/net/ |
D | socket.c | 1363 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument 1392 err = put_user(fd1, &usockvec[0]); in __sys_socketpair() 1396 err = put_user(fd2, &usockvec[1]); in __sys_socketpair() 1456 int __user *, usockvec) in SYSCALL_DEFINE4() argument 1458 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 173 COMPAT_SYSCALL_WRAP4(socketpair, int, family, int, type, int, protocol, int __user *, usockvec);
|