2 * SYSCALL_DEFINE5(recvmmsg, int, fd, struct mmsghdr __user *, mmsg,
3 unsigned int, vlen, unsigned int, flags,
4 struct timespec __user *, timeout)
7 #include <sys/socket.h>
11 struct syscallentry syscall_recvmmsg
= {
17 .arg2type
= ARG_ADDRESS
,
24 .values
= { MSG_OOB
, MSG_PEEK
, MSG_DONTROUTE
, MSG_CTRUNC
,
25 MSG_PROBE
, MSG_TRUNC
, MSG_DONTWAIT
, MSG_EOR
,
26 MSG_WAITALL
, MSG_FIN
, MSG_SYN
, MSG_CONFIRM
,
27 MSG_RST
, MSG_ERRQUEUE
, MSG_NOSIGNAL
, MSG_MORE
,
28 MSG_WAITFORONE
, MSG_CMSG_CLOEXEC
, MSG_FASTOPEN
, MSG_CMSG_COMPAT
},
30 .arg5name
= "timeout",
31 .arg5type
= ARG_ADDRESS
,