Searched defs:flow_records_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c105 }flow_records_t; typedef in typeref:struct:flow_records_s
665 static flow_records_t *
670 flow_records_t *tmp_frec = NULL;
673 tmp_frec = kmem_zalloc(sizeof (flow_records_t), KM_NOSLEEP);
681 kmem_free(tmp_frec, sizeof (flow_records_t));
736 flow_records_t *frec = NULL, *tmp_frec, *tail;
866 kmem_free(frec, sizeof (flow_records_t));

Completed in 137 milliseconds