Lines Matching refs:num_msg
113 BIO_MSG *msg, size_t num_msg) in bandwidth_limit() argument
120 return num_msg; in bandwidth_limit()
122 if (num_msg > MAX_PKTS_PER_WINDOW) in bandwidth_limit()
123 num_msg = MAX_PKTS_PER_WINDOW; in bandwidth_limit()
136 for (i = 0; i < num_msg; ++i) { in bandwidth_limit()
149 (unsigned int)num_msg, (unsigned int) i); in bandwidth_limit()
151 num_msg = i; in bandwidth_limit()
166 return num_msg; in bandwidth_limit()
170 size_t num_msg, uint64_t flags, in noisy_dgram_sendmmsg() argument
188 num_msg = bandwidth_limit(&data->send_limit, now, msg, num_msg); in noisy_dgram_sendmmsg()
189 if (num_msg == 0) { in noisy_dgram_sendmmsg()
199 return BIO_sendmmsg(next, msg, stride, num_msg, flags, msgs_processed); in noisy_dgram_sendmmsg()
303 size_t num_msg, uint64_t flags, in noisy_dgram_recvmmsg() argument
326 for (i = 0; i < num_msg; i++) { in noisy_dgram_recvmmsg()
336 if (!BIO_recvmmsg(next, msg, stride, num_msg, flags, msgs_processed)) in noisy_dgram_recvmmsg()
372 if (msg_cnt < num_msg) { in noisy_dgram_recvmmsg()