Home
last modified time | relevance | path

Searched refs:dn_ht_free (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.h171 void dn_ht_free(struct dn_ht *, int flags);
H A Dip_dummynet.c441 dn_ht_free(fs->qht, 0); in qht_delete()
919 dn_ht_free(s->siht, 0); in schk_delete_cb()
1989 dn_ht_free(V_dn_cfg.fshash, DNHT_REMOVE); in dummynet_flush()
2613 dn_ht_free(V_dn_cfg.schedhash, 0); in ip_dn_vnet_destroy()
2614 dn_ht_free(V_dn_cfg.fshash, 0); in ip_dn_vnet_destroy()
H A Ddn_heap.c430 dn_ht_free(struct dn_ht *ht, int flags) in dn_ht_free() function