Home
last modified time | relevance | path

Searched defs:trtcm (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h297 struct trtcm { struct
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;
307 u_int8_t red_dscp;
308 struct pktcntr green_cnt;
309 struct pktcntr yellow_cnt;
[all …]
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h234 struct rte_meter_trtcm_params trtcm; member
H A Drte_table_action.c112 struct rte_meter_trtcm trtcm; member