Searched refs:schedhash (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 922 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk() 1179 return dn_ht_find(dn_cfg.schedhash, i, 0, NULL); in locate_scheduler() 1755 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched() 1758 s = dn_ht_find(dn_cfg.schedhash, i, 0, &a); in config_sched() 1830 dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in config_sched() 1877 if (dn_ht_find(dn_cfg.schedhash, i, 0, &a) != NULL) { in config_sched() 1964 dn_ht_scan(dn_cfg.schedhash, schk_delete_cb, in dummynet_flush() 2332 dn_ht_scan(dn_cfg.schedhash, copy_data_helper, &a); in dummynet_get() 2398 dn_ht_scan_bucket(dn_cfg.schedhash, &dn_cfg.drain_sch, in dn_drain_scheduler() 2534 dn_cfg.schedhash = dn_ht_init(NULL, dn_cfg.hash_size, in ip_dn_init() [all …]
|
| H A D | ip_dn_private.h | 141 struct dn_ht *schedhash; member
|
| H A D | dummynet.txt | 156 fshash schedhash 176 - schedhash[x]: contains all scheduler templates in the system. 251 - the main containers (fshash, schedhash, ...) are protected by
|