Home
last modified time | relevance | path

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

/net/
Dsocket.c1528 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument
1557 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()
1561 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1621 int __user *, usockvec) in SYSCALL_DEFINE4() argument
1623 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()