Searched refs:num_blocked_sent (Results 1 – 4 of 4) sorted by relevance
824 for (; quic.tx.num_blocked_sent < quic.tx.num_blocked; in send_blocked_packet()825 ++quic.tx.num_blocked_sent) { in send_blocked_packet()826 auto &p = quic.tx.blocked[quic.tx.num_blocked_sent]; in send_blocked_packet()839 quic.tx.num_blocked_sent = 0; in send_blocked_packet()
175 size_t num_blocked_sent; member
352 size_t num_blocked_sent; member
1896 for (; tx_.num_blocked_sent < tx_.num_blocked; ++tx_.num_blocked_sent) { in send_blocked_packet()1897 auto &p = tx_.blocked[tx_.num_blocked_sent]; in send_blocked_packet()1911 tx_.num_blocked_sent = 0; in send_blocked_packet()