Searched refs:flow_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h144 } flow_t; typedef in typeref:struct:flow_s
190 #define FLOWACCT_FLOW_SZ sizeof (flow_t)
H A Dflowacct.c285 static flow_t *
290 flow_t *flow;
293 flow = (flow_t *)hdr->objp;
304 return ((flow_t *)NULL);
367 type = ((flow_t *)hdr->objp)->type;
405 flowacct_item_present(flow_t *flow, uint8_t dsfield, pid_t proj_id, uint_t uid)
441 flow_t *flow;
452 flow = (flow_t *)kmem_zalloc(FLOWACCT_FLOW_SZ, KM_NOSLEEP);
655 flowacct_timeout_item(flow_t **flow, list_hdr_t **item_hdr)
666 flowacct_create_record(flow_t *flo
[all...]

Completed in 58 milliseconds