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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h92 } list_hdr_t; typedef in typeref:struct:list_hdr_s
96 list_hdr_t *head;
97 list_hdr_t *tail;
119 list_hdr_t *hdr;
131 list_hdr_t *hdr;
188 #define FLOWACCT_HDR_SZ sizeof (list_hdr_t)
H A Dflowacct.c289 list_hdr_t *hdr = flowacct_data->flows_tbl[index].head;
311 static list_hdr_t *
312 flowacct_add_obj(list_head_t *tophdr, list_hdr_t *insert_point, void *obj)
314 list_hdr_t *new_hdr;
317 return ((list_hdr_t *)NULL);
320 new_hdr = (list_hdr_t *)kmem_zalloc(FLOWACCT_HDR_SZ, KM_NOSLEEP);
323 return ((list_hdr_t *)NULL);
358 flowacct_del_obj(list_head_t *tophdr, list_hdr_t *hdr, uint_t mode)
407 list_hdr_t *itemhdr;
655 flowacct_timeout_item(flow_t **flow, list_hdr_t **item_hd
[all...]

Completed in 45 milliseconds