Searched refs:b_time (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | mroute.c | 145 (u_long)bw_meter->bm_threshold.b_time.tv_sec, in print_bw_meter() 146 (u_long)bw_meter->bm_threshold.b_time.tv_usec, s1, s2); in print_bw_meter() 150 &bw_meter->bm_threshold.b_time, &end); in print_bw_meter()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.c | 1784 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall() 1799 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in add_bw_upcall() 1800 &req->bu_threshold.b_time, ==)) && in add_bw_upcall() 1817 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall() 1889 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time, in del_bw_upcall() 1890 &req->bu_threshold.b_time, ==)) && in del_bw_upcall() 1932 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 1961 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) { in bw_meter_receive_packet() 2036 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall() 2039 u->bu_measured.b_time = delta; in bw_meter_prepare_upcall() [all …]
|
| H A D | ip_mroute.h | 183 struct timeval b_time; member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_mroute.h | 183 struct timeval b_time; member
|