Searched refs:__sys_socketpair (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | socket.h | 384 extern int __sys_socketpair(int family, int type, int protocol,
|
/Linux-v4.19/net/ |
D | socket.c | 1363 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() function 1458 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4() 2561 err = __sys_socketpair(a0, a1, a[2], (int __user *)a[3]); in SYSCALL_DEFINE2()
|
D | compat.c | 888 ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3])); in COMPAT_SYSCALL_DEFINE2()
|