Home
last modified time | relevance | path

Searched refs:b_time (Results 1 – 3 of 3) sorted by relevance

/src/usr.bin/netstat/
H A Dmroute.c139 (u_long)bw_meter->bm_threshold.b_time.tv_sec, in print_bw_meter()
140 (u_long)bw_meter->bm_threshold.b_time.tv_usec, s1, s2); in print_bw_meter()
144 &bw_meter->bm_threshold.b_time, &end); in print_bw_meter()
/src/sys/netinet/
H A Dip_mroute.c1909 callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time)); in expire_bw_meter_leq()
1939 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()
1961 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall()
1962 &req->bu_threshold.b_time, ==)) in add_bw_upcall()
1982 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()
1999 callout_reset(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time), in add_bw_upcall()
2080 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall()
2125 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_geq_receive_packet()
2179 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall()
2182 u->bu_measured.b_time = delta; in bw_meter_prepare_upcall()
H A Dip_mroute.h180 struct timeval b_time; member