Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h162 typedef struct flowacct_data_s { struct
163 ipp_action_id_t next_action; /* action id of next action */
164 char *act_name; /* action name of next action */
165 uint64_t timer; /* flow timer */
166 uint64_t timeout; /* flow timeout */
167 uint32_t max_limit; /* max flow entries */
168 uint32_t nflows; /* no. of flows */
169 kmutex_t lock; /* for nflows */
172 list_head_t flows_tbl[FLOW_TBL_COUNT+1];
173 boolean_t global_stats; /* global stats */
[all …]