Home
last modified time | relevance | path

Searched defs:tswtcm (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_cdnr.h314 struct tswtcm { struct
315 struct cdnr_block cdnrblk; /* conditioner block */
317 u_int32_t avg_rate; /* average rate (bytes/sec) */
318 u_int64_t t_front; /* timestamp of last update */
320 u_int64_t timewin; /* average interval */
321 u_int32_t cmtd_rate; /* committed target rate */
322 u_int32_t peak_rate; /* peak target rate */
323 struct tc_action green_action;
324 struct tc_action yellow_action;
325 struct tc_action red_action;
[all …]
/netbsd-src/usr.sbin/altq/libaltq/
H A Dqop_cdnr.h60 } tswtcm; member