Searched refs:fshash (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 800 fs = dn_ht_find(dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs() 1365 fs = dn_ht_find(dn_cfg.fshash, ep->nr, 0, NULL); in get_aqm_parms() 1638 fs = dn_ht_find(dn_cfg.fshash, i, flags, NULL); in config_fs() 1848 s->fs = dn_ht_find(dn_cfg.fshash, i, 0, NULL); in config_sched() 1968 dn_ht_free(dn_cfg.fshash, DNHT_REMOVE); in dummynet_flush() 2328 dn_ht_scan(dn_cfg.fshash, copy_data_helper_compat, &a); in dummynet_get() 2330 dn_ht_scan(dn_cfg.fshash, copy_data_helper, &a); in dummynet_get() 2445 dn_ht_scan_bucket(dn_cfg.fshash, &dn_cfg.drain_fs, in dn_drain_queue() 2537 dn_cfg.fshash = dn_ht_init(NULL, dn_cfg.hash_size, in ip_dn_init() 2585 dn_ht_free(dn_cfg.fshash, 0); in ip_dn_destroy() [all …]
|
| H A D | ip_dn_private.h | 140 struct dn_ht *fshash; member
|
| H A D | dummynet.txt | 133 The dn_fsk is in a hash table, fshash. 156 fshash schedhash 182 - fshash[x]: contains all flowsets. 251 - the main containers (fshash, schedhash, ...) are protected by 257 the flowset number in fshash using dn_ht_find(), then find the scheduler
|
| H A D | ip_dn_io.c | 898 fs = dn_ht_find(dn_cfg.fshash, fs_id, 0, NULL); in dummynet_io()
|