Searched refs:b_time (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/usr.bin/netstat/ |
| D | mroute.c | 128 (u_long)bw_meter->bm_threshold.b_time.tv_sec, in print_bw_meter() 129 (u_long)bw_meter->bm_threshold.b_time.tv_usec, in print_bw_meter() 135 &bw_meter->bm_threshold.b_time, &end); in print_bw_meter()
|
| /freebsd-9-stable/sys/netinet/ |
| D | ip_mroute.c | 1783 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall() 1798 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall() 1799 &req->bu_threshold.b_time, ==)) && in add_bw_upcall() 1816 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall() 1888 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in del_bw_upcall() 1889 &req->bu_threshold.b_time, ==)) && in del_bw_upcall() 1931 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 1960 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 2035 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall() 2038 u->bu_measured.b_time = delta; in bw_meter_prepare_upcall() [all …]
|
| D | ip_mroute.h | 181 struct timeval b_time; member
|