Searched refs:b_time (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | mroute.c | 140 (u_long)bw_meter->bm_threshold.b_time.tv_sec, in print_bw_meter() 141 (u_long)bw_meter->bm_threshold.b_time.tv_usec, s1, s2); in print_bw_meter() 145 &bw_meter->bm_threshold.b_time, &end); in print_bw_meter()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.c | 1888 callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time)); in expire_bw_meter_leq() 1918 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall() 1940 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall() 1941 &req->bu_threshold.b_time, ==)) in add_bw_upcall() 1961 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall() 1978 callout_reset(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time), in add_bw_upcall() 2059 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, &req->bu_threshold.b_time, ==)) && in del_bw_upcall() 2104 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_geq_receive_packet() 2158 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall() 2161 u->bu_measured.b_time = delta; in bw_meter_prepare_upcall()
|
H A D | ip_mroute.h | 180 struct timeval b_time; member
|