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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.h125 * dn_ht_free() frees the heap or unlink elements.
171 void dn_ht_free(struct dn_ht *, int flags);
188 DNHT_REMOVE = 0x0040, /* remove on find or dn_ht_free */
H A Ddn_heap.c418 /* dummy callback for dn_ht_free to unlink all */
428 dn_ht_free(struct dn_ht *ht, int flags) function
H A Dip_dummynet.c415 dn_ht_free(fs->qht, 0);
894 dn_ht_free(s->siht, 0);
1966 dn_ht_free(dn_cfg.fshash, DNHT_REMOVE);
2584 dn_ht_free(dn_cfg.schedhash, 0);
2585 dn_ht_free(dn_cfg.fshash, 0);

Completed in 119 milliseconds