Searched refs:__sys_sendmmsg (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | socket.h | 339 extern int __sys_sendmmsg(int fd, struct mmsghdr __user *mmsg,
|
/linux-4.4.14/net/ |
H A D | compat.c | 725 return __sys_sendmmsg(fd, (struct mmsghdr __user *)mmsg, vlen, COMPAT_SYSCALL_DEFINE4()
|
H A D | socket.c | 1999 int __sys_sendmmsg(int fd, struct mmsghdr __user *mmsg, unsigned int vlen, __sys_sendmmsg() function 2060 return __sys_sendmmsg(fd, mmsg, vlen, flags); SYSCALL_DEFINE4()
|
Completed in 122 milliseconds