net: Allow MSG_EOR in each msghdr of sendmmsg
authorTom Herbert <tom@herbertland.com>
Mon, 7 Mar 2016 22:11:02 +0000 (14:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2016 21:36:13 +0000 (16:36 -0500)
commit28a94d8fb35b3a75b802f368ae6f4a9f6b0d435a
tree1d24107d12e749671b067af927542155ce7e0b43
parentf4a00aacdb5f6784d46e8c999b6bb52ece4b306b
net: Allow MSG_EOR in each msghdr of sendmmsg

This patch allows setting MSG_EOR in each individual msghdr passed
in sendmmsg. This allows a sendmmsg to send multiple messages when
using SOCK_SEQPACKET.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c