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

/illumos-gate/usr/src/uts/common/sys/
H A Dexacct_impl.h112 typedef struct flow_usage { struct
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1546 ea_object_t *flow_usage; local
1562 flow_usage = exacct_assemble_flow_record(fu, mask, record_type);
1563 if (flow_usage == NULL) {
1570 bufsize = ea_pack_object(flow_usage, NULL, 0);
1576 (void) ea_pack_object(flow_usage, buf, bufsize);
1584 ea_free_object(flow_usage, EUP_ALLOC);

Completed in 64 milliseconds