Searched refs:msgbytes (Results 1 – 2 of 2) sorted by relevance
522 int msgbytes; /* number of bytes in current msg */ member
287 c->msgbytes = 0; in add_msghdr()852 (limit_to_mtu && c->msgbytes >= UDP_MAX_PAYLOAD_SIZE)) { in add_iov()861 if (limit_to_mtu && len + c->msgbytes > UDP_MAX_PAYLOAD_SIZE) { in add_iov()862 leftover = len + c->msgbytes - UDP_MAX_PAYLOAD_SIZE; in add_iov()872 c->msgbytes += len; in add_iov()