Lines Matching refs:BIO_MAX_MSGS_PER_CALL
1321 # define BIO_MAX_MSGS_PER_CALL 64 in dgram_sendmmsg() macro
1325 struct mmsghdr mh[BIO_MAX_MSGS_PER_CALL]; in dgram_sendmmsg()
1326 struct iovec iov[BIO_MAX_MSGS_PER_CALL]; in dgram_sendmmsg()
1327 unsigned char control[BIO_MAX_MSGS_PER_CALL][BIO_CMSG_ALLOC_LEN]; in dgram_sendmmsg()
1369 if (num_msg > BIO_MAX_MSGS_PER_CALL) in dgram_sendmmsg()
1370 num_msg = BIO_MAX_MSGS_PER_CALL; in dgram_sendmmsg()
1526 struct mmsghdr mh[BIO_MAX_MSGS_PER_CALL]; in dgram_recvmmsg()
1527 struct iovec iov[BIO_MAX_MSGS_PER_CALL]; in dgram_recvmmsg()
1528 unsigned char control[BIO_MAX_MSGS_PER_CALL][BIO_CMSG_ALLOC_LEN]; in dgram_recvmmsg()
1571 if (num_msg > BIO_MAX_MSGS_PER_CALL) in dgram_recvmmsg()
1572 num_msg = BIO_MAX_MSGS_PER_CALL; in dgram_recvmmsg()