Searched refs:siht (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 617 return dn_ht_find(s->siht, (uintptr_t)&id_t, in ipdn_si_find() 620 if (!s->siht) in ipdn_si_find() 621 s->siht = si_new(0, 0, s); in ipdn_si_find() 622 return (struct dn_sch_inst *)s->siht; in ipdn_si_find() 640 dn_ht_scan(s->siht, si_reset_credit, NULL); in schk_reset_credit() 641 else if (s->siht) in schk_reset_credit() 642 si_reset_credit(s->siht, NULL); in schk_reset_credit() 722 dn_ht_scan(fs->sched->siht, si_cleanup_q, NULL); in aqm_cleanup_deconfig_fs() 725 si = (struct dn_sch_inst *) fs->sched->siht; in aqm_cleanup_deconfig_fs() 883 s->siht = dn_ht_init(NULL, s->sch.buckets, in schk_new() [all …]
|
H A D | ip_dn_glue.c | 681 n_queue = (s->sch.flags & DN_HAVE_MASK ? dn_ht_entries(s->siht) : in dn_compat_copy_pipe() 682 (s->siht ? 1 : 0)); in dn_compat_copy_pipe() 693 dn_ht_scan(s->siht, dn_c_copy_q, a); in dn_compat_copy_pipe() 694 else if (s->siht) in dn_compat_copy_pipe() 695 dn_c_copy_q(s->siht, a); in dn_compat_copy_pipe()
|
H A D | ip_dn_private.h | 296 struct dn_ht *siht; member
|
H A D | dummynet.txt | 161 |qht (hash) | | | siht(hash) |
|