Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsocket.h384 extern int __sys_socketpair(int family, int type, int protocol,
/Linux-v4.19/net/
Dsocket.c1363 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()
Dcompat.c888 ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3])); in COMPAT_SYSCALL_DEFINE2()