2 * SYSCALL_DEFINE4(sendmmsg, int, fd, struct mmsghdr __user *, mmsg,
3 * unsigned int, vlen, unsigned int, flags)
5 #include <sys/socket.h>
9 struct syscallentry syscall_sendmmsg
= {
15 .arg2type
= ARG_ADDRESS
,
22 .values
= { MSG_OOB
, MSG_PEEK
, MSG_DONTROUTE
, MSG_CTRUNC
,
23 MSG_PROBE
, MSG_TRUNC
, MSG_DONTWAIT
, MSG_EOR
,
24 MSG_WAITALL
, MSG_FIN
, MSG_SYN
, MSG_CONFIRM
,
25 MSG_RST
, MSG_ERRQUEUE
, MSG_NOSIGNAL
, MSG_MORE
,
26 MSG_WAITFORONE
, MSG_CMSG_CLOEXEC
, MSG_FASTOPEN
, MSG_CMSG_COMPAT
},