Searched refs:DNHT_REMOVE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 118 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash() 120 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash() 122 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash() 124 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.h | 190 DNHT_REMOVE = 0x0040, /* remove on find or dn_ht_free */ enumerator
|
| H A D | dn_heap.c | 434 if (flags & DNHT_REMOVE) { in dn_ht_free() 469 if (flags & DNHT_REMOVE) { in dn_ht_find()
|
| H A D | ip_dummynet.c | 800 fs = dn_ht_find(dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs() 922 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk() 1830 dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in config_sched() 1968 dn_ht_free(dn_cfg.fshash, DNHT_REMOVE); in dummynet_flush()
|