Searched refs:last_send_ (Results 1 – 1 of 1) sorted by relevance
230 AssociateSeqWithSendRecord(last_send_, record); in NoteSend()231 ++last_send_; in NoteSend()242 --last_send_; in UndoSend()243 if (ReleaseSendRecord(last_send_)->Unref()) { in UndoSend()341 uint32_t last_send_ = 0; member in grpc_core::TcpZerocopySendCtx