Searched refs:rem_window_not_full (Results 1 – 1 of 1) sorted by relevance
102 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()473 bool rem_window_not_full() { in rem_window_not_full() function728 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()791 while (rem_window_not_full() && !pending_frames_.empty()) { in send_pending_i_frames()