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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c911 * This is done by removing from the schedhash, unlinking all
919 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL);
1176 return dn_ht_find(dn_cfg.schedhash, i, 0, NULL);
1752 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_INSERT, &a);
1755 s = dn_ht_find(dn_cfg.schedhash, i, 0, &a);
1827 dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL);
1874 if (dn_ht_find(dn_cfg.schedhash, i, 0, &a) != NULL) {
1961 dn_ht_scan(dn_cfg.schedhash, schk_delete_cb,
2323 dn_ht_scan(dn_cfg.schedhash, copy_data_helper_compat, &a);
2329 dn_ht_scan(dn_cfg.schedhash, copy_data_helpe
[all...]
H A Dip_dn_private.h138 struct dn_ht *schedhash; member in struct:dn_parms
170 * protects fshash, schedhash and fsunlinked.
288 SLIST_ENTRY(dn_schk) schk_next; /* hash chain for schedhash */
H A Ddummynet.txt156 fshash schedhash
176 - schedhash[x]: contains all scheduler templates in the system.
251 - the main containers (fshash, schedhash, ...) are protected by

Completed in 111 milliseconds