Searched refs:loss_type (Results 1 – 6 of 6) sorted by relevance
14 LossDetectionType loss_type) { in Create() argument15 switch (loss_type) { in Create()21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type; in Create()
22 static LossDetectionInterface* Create(LossDetectionType loss_type);
181 __u16 loss_type = NETEM_LOSS_UNSPEC; in netem_parse_opt() local223 if (opt.loss > 0 || loss_type != NETEM_LOSS_UNSPEC) { in netem_parse_opt()262 loss_type = NETEM_LOSS_GI; in netem_parse_opt()299 loss_type = NETEM_LOSS_GE; in netem_parse_opt()461 if (loss_type != NETEM_LOSS_UNSPEC) { in netem_parse_opt()465 if (loss_type == NETEM_LOSS_GI) { in netem_parse_opt()469 } else if (loss_type == NETEM_LOSS_GE) { in netem_parse_opt()
104 LossModelType loss_type; member265 if (loss_model_[k].loss_type == kRandomLossModel) { in ComputeProbabilityWeight()274 assert(loss_model_[k].loss_type == kBurstyLossModel); in ComputeProbabilityWeight()613 loss_model_[num_loss_models].loss_type = kRandomLossModel; in SetLossModels()615 loss_model_[num_loss_models].loss_type = kBurstyLossModel; in SetLossModels()822 if (loss_model_[k].loss_type == kRandomLossModel) { in TEST_F()825 } else if (loss_model_[k].loss_type == kBurstyLossModel) { in TEST_F()856 if (loss_model_[k].loss_type == kRandomLossModel && in TEST_F()
111 LossDetectionType loss_type);
69 LossDetectionType loss_type) in QuicSentPacketManager() argument80 loss_algorithm_(LossDetectionInterface::Create(loss_type)), in QuicSentPacketManager()