__sys_socketpair  406 include/linux/socket.h extern int __sys_socketpair(int family, int type, int protocol,
__sys_socketpair  765 net/compat.c   		ret = __sys_socketpair(a0, a1, a[2], compat_ptr(a[3]));
__sys_socketpair 1622 net/socket.c   	return __sys_socketpair(family, type, protocol, usockvec);
__sys_socketpair 2872 net/socket.c   		err = __sys_socketpair(a0, a1, a[2], (int __user *)a[3]);