Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/trace/beauty/include/linux/
A Dsocket.h456 int __user *usockvec);
/linux-6.3-rc2/include/linux/
A Dsocket.h456 int __user *usockvec);
/linux-6.3-rc2/net/
A Dsocket.c1681 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument
1710 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()
1714 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1774 int __user *, usockvec) in SYSCALL_DEFINE4() argument
1776 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()

Completed in 23 milliseconds