Searched refs:cir (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_car.c202 priv->upper.conf.cir = NG_CAR_CIR_DFLT;
217 priv->lower.conf.cir = NG_CAR_CIR_DFLT;
432 bconf->downstream.cir /= 1024;
438 bconf->upstream.cir /= 1024;
457 bconf->downstream.cir *= 1024;
463 bconf->upstream.cir *= 1024;
468 if ((bconf->downstream.cir > 1000000000) ||
470 (bconf->upstream.cir > 1000000000) ||
481 (bconf->upstream.cir == 0)) {
486 (bconf->downstream.cir
[all...]
H A Dng_car.h74 u_int64_t cir; /* Commited information rate (bits/s) */ member in struct:ng_car_hookconf
86 { "cir", &ng_parse_uint64_type }, \

Completed in 44 milliseconds