Searched defs:new_crtt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1264 int new_crtt; local
1273 new_crtt = ns2ms(compute_crtt(&sa, &sv, m));
1279 if ((new_crtt > probe_interval) && is_probe_uni) {
1281 logdebug("Received a suspect probe on %s, new_crtt ="
1283 pii->pii_probe_logint->li_name, new_crtt,
1317 if (is_probe_uni || new_crtt < tg->tg_crtt) {
1320 tg->tg_crtt = new_crtt;

Completed in 49 milliseconds