sys/socket.h documents sendmmsg and recvmmsg as returning the number of bytes sent or received. This is contrary to what they actually return: the number of messages sent or received.
Fixed.