Lines Matching refs:device_
48 : device_(device), in TrafficMonitor()
61 SLOG(device_.get(), 2) << __func__; in Start()
71 SLOG(device_.get(), 2) << __func__; in Stop()
82 SLOG(device_.get(), 2) << __func__ << ": Tx-queues decongested"; in ResetCongestedTxQueuesStatsWithLogging()
89 SLOG(device_.get(), 3) << __func__; in BuildIPPortToTxQueueLength()
90 string device_ip_address = device_->ipconfig()->properties().address; in BuildIPPortToTxQueueLength()
92 SLOG(device_.get(), 4) << "SocketInfo(IP=" in BuildIPPortToTxQueueLength()
103 SLOG(device_.get(), 4) << "Connection Filtered."; in BuildIPPortToTxQueueLength()
106 SLOG(device_.get(), 3) << "Monitoring connection: TX=" in BuildIPPortToTxQueueLength()
119 SLOG(device_.get(), 4) << __func__; in IsCongestedTxQueues()
123 SLOG(device_.get(), 3) << __func__ << ": Empty socket info"; in IsCongestedTxQueues()
131 SLOG(device_.get(), 3) << __func__ << ": No interesting socket info"; in IsCongestedTxQueues()
149 SLOG(device_.get(), 2) << __func__ in IsCongestedTxQueues()
165 SLOG(device_.get(), 2) << __func__ << ": DNS queries restored"; in ResetDnsFailingStatsWithLogging()
170 SLOG(device_.get(), 4) << __func__; in IsDnsFailing()
174 SLOG(device_.get(), 3) << __func__ << ": Empty connection info"; in IsDnsFailing()
189 string device_ip_address = device_->ipconfig()->properties().address; in IsDnsFailing()
200 SLOG(device_.get(), 2) << __func__ in IsDnsFailing()
211 SLOG(device_.get(), 3) << __func__; in SampleTraffic()