Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c384 if (mode == FLOWACCT_DEL_OBJ) { in flowacct_del_obj()
522 FLOWACCT_DEL_OBJ); in flowacct_update_flows_tbl()
536 FLOWACCT_DEL_OBJ); in flowacct_update_flows_tbl()
550 FLOWACCT_DEL_OBJ); in flowacct_update_flows_tbl()
660 flowacct_del_obj(&(*flow)->items, *item_hdr, FLOWACCT_DEL_OBJ); in flowacct_timeout_item()
849 flowacct_del_obj(head, fl_hdr, FLOWACCT_DEL_OBJ); in flowacct_timer()
H A Dflowacct_impl.h69 #define FLOWACCT_DEL_OBJ 0x01 macro