Home
last modified time | relevance | path

Searched refs:usockvec (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dsocket.h385 int __user *usockvec);
/Linux-v4.19/net/
Dsocket.c1363 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/
Dcompat_wrapper.c173 COMPAT_SYSCALL_WRAP4(socketpair, int, family, int, type, int, protocol, int __user *, usockvec);