Searched refs:fshash (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 823 fs = dn_ht_find(V_dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs() 1385 fs = dn_ht_find(V_dn_cfg.fshash, ep->nr, 0, NULL); in get_aqm_parms() 1659 fs = dn_ht_find(V_dn_cfg.fshash, i, flags, NULL); in config_fs() 1870 s->fs = dn_ht_find(V_dn_cfg.fshash, i, 0, NULL); in config_sched() 1989 dn_ht_free(V_dn_cfg.fshash, DNHT_REMOVE); in dummynet_flush() 2371 dn_ht_scan(V_dn_cfg.fshash, copy_data_helper_compat, &a); in dummynet_get() 2373 dn_ht_scan(V_dn_cfg.fshash, copy_data_helper, &a); in dummynet_get() 2487 dn_ht_scan_bucket(V_dn_cfg.fshash, &V_dn_cfg.drain_fs, in dn_drain_queue() 2587 V_dn_cfg.fshash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init() 2614 dn_ht_free(V_dn_cfg.fshash, 0); in ip_dn_vnet_destroy() [all …]
|
H A D | ip_dn_private.h | 143 struct dn_ht *fshash; member
|
H A D | dummynet.txt | 132 The dn_fsk is in a hash table, fshash. 155 fshash schedhash 181 - fshash[x]: contains all flowsets. 250 - the main containers (fshash, schedhash, ...) are protected by 256 the flowset number in fshash using dn_ht_find(), then find the scheduler
|
H A D | ip_dn_io.c | 926 fs = dn_ht_find(V_dn_cfg.fshash, fs_id, 0, NULL); in dummynet_io()
|