Home
last modified time | relevance | path

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

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