Searched refs:__sys_socketpair (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | socket.h | 406 extern int __sys_socketpair(int family, int type, int protocol,
  | 
| /Linux-v5.4/net/ | 
| D | compat.c | 765 		ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3]));  in COMPAT_SYSCALL_DEFINE2()
  | 
| D | socket.c | 1527 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec)  in __sys_socketpair()  function 1622 	return __sys_socketpair(family, type, protocol, usockvec);  in SYSCALL_DEFINE4() 2792 		err = __sys_socketpair(a0, a1, a[2], (int __user *)a[3]);  in SYSCALL_DEFINE2()
  |