Home
last modified time | relevance | path

Searched refs:schedhash (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c944 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk()
1201 return dn_ht_find(V_dn_cfg.schedhash, i, 0, NULL); in locate_scheduler()
1777 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched()
1780 s = dn_ht_find(V_dn_cfg.schedhash, i, 0, &a); in config_sched()
1852 dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in config_sched()
1899 if (dn_ht_find(V_dn_cfg.schedhash, i, 0, &a) != NULL) { in config_sched()
1985 dn_ht_scan(V_dn_cfg.schedhash, schk_delete_cb, in dummynet_flush()
2375 dn_ht_scan(V_dn_cfg.schedhash, copy_data_helper, &a); in dummynet_get()
2440 dn_ht_scan_bucket(V_dn_cfg.schedhash, &V_dn_cfg.drain_sch, in dn_drain_scheduler()
2584 V_dn_cfg.schedhash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init()
[all …]
H A Dip_dn_private.h144 struct dn_ht *schedhash; member
H A Ddummynet.txt155 fshash schedhash
175 - schedhash[x]: contains all scheduler templates in the system.
250 - the main containers (fshash, schedhash, ...) are protected by