Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsocket.h407 int __user *usockvec);
/Linux-v5.4/net/
Dsocket.c1527 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair() argument
1556 err = put_user(fd1, &usockvec[0]); in __sys_socketpair()
1560 err = put_user(fd2, &usockvec[1]); in __sys_socketpair()
1620 int __user *, usockvec) in SYSCALL_DEFINE4() argument
1622 return __sys_socketpair(family, type, protocol, usockvec); in SYSCALL_DEFINE4()