Searched refs:rttdev (Results 1 – 2 of 2) sorted by relevance
875 int64_t rttdev; in sfunc_probe_rttdev() local878 if (nvlist_lookup_int64(nvl, IPMP_PROBE_TARGET_RTTDEV, &rttdev) != 0) in sfunc_probe_rttdev()881 if (rttdev != 0) in sfunc_probe_rttdev()882 (void) snprintf(buf, bufsize, "%.2fms", NS2FLOATMS(rttdev)); in sfunc_probe_rttdev()
2917 int64_t rttavg, rttdev; in probe_state_event() local2975 rttdev = (tg != NULL) ? (tg->tg_rtt_sd / 4) : 0; in probe_state_event()2976 errno = nvlist_add_int64(nvl, IPMP_PROBE_TARGET_RTTDEV, rttdev); in probe_state_event()