Searched refs:queue_length_packets (Results 1 – 7 of 7) sorted by relevance
73 foreman_cif.pipe.queue_length_packets = 0; in TEST_F()86 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()98 foreman_cif.pipe.queue_length_packets = 0; in TEST_F()111 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()124 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()
212 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
201 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
633 params_.pipe.queue_length_packets != 0) { in CheckParams()
75 config.queue_length_packets = 20; in TEST_F()114 config.queue_length_packets = 20; in TEST_F()149 config.queue_length_packets = 2; in TEST_F()172 config.queue_length_packets = 2; in TEST_F()203 config.queue_length_packets = 20; in TEST_F()262 config.queue_length_packets = 20; in TEST_F()
109 if (config_.queue_length_packets > 0 && in SendPacket()110 capacity_link_.size() >= config_.queue_length_packets) { in SendPacket()
38 size_t queue_length_packets = 0; member