Searched refs:ControlQueue (Results 1 – 3 of 3) sorted by relevance
6 pub(crate) type ControlQueue = VecDeque<Packet>; typedef
32 use crate::queue::control_queue::ControlQueue;
47 control_queue: ControlQueue,131 control_queue: ControlQueue::new(), in new()