Searched refs:__sys_socketpair (Results 1 – 2 of 2) sorted by relevance
/net/ |
D | compat.c | 469 ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3])); in COMPAT_SYSCALL_DEFINE2()
|
D | socket.c | 1734 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() function 1829 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4() 3109 err = __sys_socketpair(a0, a1, a[2], (int __user *)a[3]); in SYSCALL_DEFINE2()
|