Home
last modified time | relevance | path

Searched refs:FLOWACCT_FLOW_SZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h188 #define FLOWACCT_FLOW_SZ sizeof (flow_t) macro
191 #define FLOWACCT_FLOW_RECORD_SZ (FLOWACCT_HDR_SZ + FLOWACCT_FLOW_SZ)
H A Dflowacct.c387 length = FLOWACCT_FLOW_SZ; in flowacct_del_obj()
452 flow = (flow_t *)kmem_zalloc(FLOWACCT_FLOW_SZ, KM_NOSLEEP); in flowacct_update_flows_tbl()
462 kmem_free(flow, FLOWACCT_FLOW_SZ); in flowacct_update_flows_tbl()