Searched refs:flow_t (Results 1 – 2 of 2) sorted by relevance
285 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()405 flowacct_item_present(flow_t *flow, uint8_t dsfield, pid_t proj_id, uint_t uid) in flowacct_item_present()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()[all …]
144 } flow_t; typedef190 #define FLOWACCT_FLOW_SZ sizeof (flow_t)