Searched defs:trtcm (Results 1 – 2 of 2) sorted by relevance
297 struct trtcm { struct298 struct cdnr_block cdnrblk; /* conditioner block */299 struct tbe cmtd_tb; /* committed tb profile */300 struct tbe peak_tb; /* peak tb profile */301 struct tc_action green_action;302 struct tc_action yellow_action;303 struct tc_action red_action;304 int coloraware;305 u_int8_t green_dscp;306 u_int8_t yellow_dscp;[all …]
52 } trtcm; member