Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_car.c587 unsigned int deltat_us; in ng_car_refillhook() local
604 deltat_us = (1000 << 20); in ng_car_refillhook()
607 deltat_us = (deltat.sec << 20) + (deltat.frac >> 44); in ng_car_refillhook()
613 h->tc += (h->conf.cir * deltat_us) >> 23; in ng_car_refillhook()
626 h->tc += (h->conf.cir * deltat_us) >> 23; in ng_car_refillhook()
631 h->te += (h->conf.pir * deltat_us) >> 23; in ng_car_refillhook()
637 h->tc += (h->conf.cir * deltat_us) >> 23; in ng_car_refillhook()