Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h460 int __user *usockvec);
/openbmc/linux/include/linux/
H A Dsocket.h461 int __user *usockvec);
/openbmc/linux/net/
H A Dsocket.c1731 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument
1760 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()
1764 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1824 int __user *, usockvec) in SYSCALL_DEFINE4() argument
1826 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()