Searched refs:dn_ht_scan (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 103 dn_ht_scan(h, doprint, 0); in test_hash() 116 dn_ht_scan(h, doprint, 0); in test_hash() 125 dn_ht_scan(h, doprint, 0); in test_hash()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.h | 176 int dn_ht_scan(struct dn_ht *, int (*)(void *, void *), void *);
|
| H A D | ip_dummynet.c | 616 dn_ht_scan(s->siht, si_reset_credit, NULL); in schk_reset_credit() 698 dn_ht_scan(fs->sched->siht, si_cleanup_q, NULL); in aqm_cleanup_deconfig_fs() 711 dn_ht_scan(fs->qht, q_cleanup_q, NULL); in aqm_cleanup_deconfig_fs() 895 dn_ht_scan(s->siht, si_destroy, NULL); in schk_delete_cb() 1010 dn_ht_scan(fs->qht, copy_q_cb, a); in copy_q() 1074 dn_ht_scan(s->siht, copy_si_cb, a); in copy_si() 1964 dn_ht_scan(dn_cfg.schedhash, schk_delete_cb, in dummynet_flush() 2328 dn_ht_scan(dn_cfg.fshash, copy_data_helper_compat, &a); in dummynet_get() 2330 dn_ht_scan(dn_cfg.fshash, copy_data_helper, &a); in dummynet_get() 2332 dn_ht_scan(dn_cfg.schedhash, copy_data_helper, &a); in dummynet_get() [all …]
|
| H A D | dn_heap.c | 435 (void)dn_ht_scan(ht, do_del, NULL); in dn_ht_free() 494 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) in dn_ht_scan() function
|
| H A D | ip_dn_glue.c | 688 dn_ht_scan(s->siht, dn_c_copy_q, a); in dn_compat_copy_pipe() 743 dn_ht_scan(fs->qht, dn_c_copy_q, a); in dn_compat_copy_queue()
|