Searched refs:DNHT_REMOVE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/test/ |
H A D | test_dn_heap.c | 115 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash() 117 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash() 119 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash() 121 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_heap.h | 188 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 | 823 fs = dn_ht_find(V_dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs() 944 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk() 1852 dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in config_sched() 1989 dn_ht_free(V_dn_cfg.fshash, DNHT_REMOVE); in dummynet_flush()
|