Home | History | Annotate | Download | only in netinet

Lines Matching refs:nowp

2328 bw_meter_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp)
2332 delta = *nowp;
2341 x->bm_start_time = *nowp;
2360 bw_meter_prepare_upcall(x, nowp);
2379 bw_meter_prepare_upcall(x, nowp);
2383 schedule_bw_meter(x, nowp);
2406 x->bm_start_time = *nowp;
2418 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp)
2426 delta = *nowp;
2529 schedule_bw_meter(struct bw_meter *x, struct timeval *nowp)
2539 x->bm_start_time = *nowp;