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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c670 flow_records_t *tmp_frec = NULL; local
673 tmp_frec = kmem_zalloc(sizeof (flow_records_t), KM_NOSLEEP);
674 if (tmp_frec == NULL) {
678 tmp_frec->fl_use = kmem_zalloc(sizeof (flow_usage_t), KM_NOSLEEP);
679 if (tmp_frec->fl_use == NULL) {
681 kmem_free(tmp_frec, sizeof (flow_records_t));
687 tmp_frec->fl_use->fu_saddr[count] =
689 tmp_frec->fl_use->fu_daddr[count] =
697 tmp_frec->fl_use->fu_sport = htons(flow->sport);
698 tmp_frec
736 flow_records_t *frec = NULL, *tmp_frec, *tail; local
[all...]

Completed in 45 milliseconds