Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c285 static flow_t *
290 flow_t *flow; in flowacct_flow_present()
293 flow = (flow_t *)hdr->objp; in flowacct_flow_present()
304 return ((flow_t *)NULL); in flowacct_flow_present()
367 type = ((flow_t *)hdr->objp)->type; in flowacct_del_obj()
441 flow_t *flow; in flowacct_update_flows_tbl()
452 flow = (flow_t *)kmem_zalloc(FLOWACCT_FLOW_SZ, KM_NOSLEEP); in flowacct_update_flows_tbl()
655 flowacct_timeout_item(flow_t **flow, list_hdr_t **item_hdr) in flowacct_timeout_item()
666 flowacct_create_record(flow_t *flow, list_hdr_t *ithdr) in flowacct_create_record()
732 flow_t *flow; in flowacct_timer()
[all …]
H A Dflowacct_impl.h142 } flow_t; typedef
188 #define FLOWACCT_FLOW_SZ sizeof (flow_t)