Home
last modified time | relevance | path

Searched refs:siht (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c617 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 Dip_dn_glue.c681 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 Dip_dn_private.h296 struct dn_ht *siht; member
H A Ddummynet.txt161 |qht (hash) | | | siht(hash) |