Lines Matching refs:tcp
1518 CongestionFeedbackMessageTCP* tcp = &frame->tcp;
1526 tcp->receive_window = static_cast<QuicByteCount>(receive_window) << 4;
2219 const CongestionFeedbackMessageTCP& tcp = frame.tcp;
2220 DCHECK_LE(tcp.receive_window, 1u << 20);
2222 uint16 receive_window = static_cast<uint16>(tcp.receive_window >> 4);