Home
last modified time | relevance | path

Searched refs:m_slist (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dpseudo_tcp.cc289 if (m_slist.empty()) { in NotifyClock()
300 if (!transmit(m_slist.begin(), now)) { in NotifyClock()
496 if (!m_slist.empty() && (m_slist.back().bCtrl == bCtrl) && in queue()
497 (m_slist.back().xmit == 0)) { in queue()
498 m_slist.back().len += len; in queue()
503 m_slist.push_back(sseg); in queue()
745 RTC_DCHECK(!m_slist.empty()); in process()
746 if (nFree < m_slist.front().len) { in process()
747 m_slist.front().len -= nFree; in process()
750 if (m_slist.front().len > m_largest) { in process()
[all …]
Dpseudo_tcp.h217 SList m_slist; variable