flow_records_t
static flow_records_t *
flow_records_t *tmp_frec = NULL;
tmp_frec = kmem_zalloc(sizeof (flow_records_t), KM_NOSLEEP);
kmem_free(tmp_frec, sizeof (flow_records_t));
flow_records_t *frec = NULL, *tmp_frec, *tail;
kmem_free(frec, sizeof (flow_records_t));