Lines Matching defs:tswtcm
313 struct tswtcm { struct
314 struct cdnr_block cdnrblk; /* conditioner block */
316 u_int32_t avg_rate; /* average rate (bytes/sec) */
317 u_int64_t t_front; /* timestamp of last update */
319 u_int64_t timewin; /* average interval */
320 u_int32_t cmtd_rate; /* committed target rate */
321 u_int32_t peak_rate; /* peak target rate */
322 struct tc_action green_action;
323 struct tc_action yellow_action;
324 struct tc_action red_action;
325 u_int8_t green_dscp;
326 u_int8_t yellow_dscp;
327 u_int8_t red_dscp;
328 struct pktcntr green_cnt;
329 struct pktcntr yellow_cnt;
330 struct pktcntr red_cnt;