Searched defs:is_acked (Results 1 – 2 of 2) sorted by relevance
208 bool is_acked() const { return ack_state_ == AckState::kAcked; } in is_acked() function
474 bool is_acked = false; in queue_frame() local