Home
last modified time | relevance | path

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

/net/
Dcompat.c765 ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3])); in COMPAT_SYSCALL_DEFINE2()
Dsocket.c1528 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() function
1623 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()
2873 err = __sys_socketpair(a0, a1, a[2], (int __user *)a[3]); in SYSCALL_DEFINE2()