Searched defs:tswtcm (Results 1 – 2 of 2) sorted by relevance
314 struct tswtcm { struct315 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 …]
60 } tswtcm; member