Searched refs:list_hdr_t (Results 1 – 2 of 2) sorted by relevance
90 } list_hdr_t; typedef94 list_hdr_t *head;95 list_hdr_t *tail;117 list_hdr_t *hdr;129 list_hdr_t *hdr;186 #define FLOWACCT_HDR_SZ sizeof (list_hdr_t)
289 list_hdr_t *hdr = flowacct_data->flows_tbl[index].head; in flowacct_flow_present()311 static list_hdr_t *312 flowacct_add_obj(list_head_t *tophdr, list_hdr_t *insert_point, void *obj) in flowacct_add_obj()314 list_hdr_t *new_hdr; in flowacct_add_obj()317 return ((list_hdr_t *)NULL); in flowacct_add_obj()320 new_hdr = (list_hdr_t *)kmem_zalloc(FLOWACCT_HDR_SZ, KM_NOSLEEP); in flowacct_add_obj()323 return ((list_hdr_t *)NULL); in flowacct_add_obj()358 flowacct_del_obj(list_head_t *tophdr, list_hdr_t *hdr, uint_t mode) in flowacct_del_obj()407 list_hdr_t *itemhdr; in flowacct_item_present()655 flowacct_timeout_item(flow_t **flow, list_hdr_t **item_hdr) in flowacct_timeout_item()[all …]