Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h99 typedef struct dscpmk_data_s { struct
101 ipp_action_id_t next_action; /* action id of next action */
102 ipp_stat_t *stats; /* structure for storing stats */
105 uint8_t dscp_map[DSCPMK_ARRAY_COUNT];
108 boolean_t summary_stats;
109 uint64_t npackets; /* no. of packets processed by action */
110 uint64_t changed; /* packets with DSCP changed */
111 uint64_t unchanged; /* packets with DSCP unchanged */
112 uint64_t ipackets; /* packets not processed */
113 uint64_t epackets; /* packets in error */
[all …]