Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h97 typedef struct dscpmk_data_s { struct
99 ipp_action_id_t next_action; /* action id of next action */
100 ipp_stat_t *stats; /* structure for storing stats */
103 uint8_t dscp_map[DSCPMK_ARRAY_COUNT];
106 boolean_t summary_stats;
107 uint64_t npackets; /* no. of packets processed by action */
108 uint64_t changed; /* packets with DSCP changed */
109 uint64_t unchanged; /* packets with DSCP unchanged */
110 uint64_t ipackets; /* packets not processed */
111 uint64_t epackets; /* packets in error */
[all …]