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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c637 * flowset hash (fshash) support. Entries are hashed by fs_nr.
802 * called on 'queue X delete' -- removes the flowset from fshash,
813 fs = dn_ht_find(V_dn_cfg.fshash, i, DNHT_REMOVE, NULL);
1375 fs = dn_ht_find(V_dn_cfg.fshash, ep->nr, 0, NULL);
1649 fs = dn_ht_find(V_dn_cfg.fshash, i, flags, NULL);
1860 s->fs = dn_ht_find(V_dn_cfg.fshash, i, 0, NULL);
1979 dn_ht_free(V_dn_cfg.fshash, DNHT_REMOVE);
2359 dn_ht_scan(V_dn_cfg.fshash, copy_data_helper_compat, &a);
2361 dn_ht_scan(V_dn_cfg.fshash, copy_data_helper, &a);
2475 dn_ht_scan_bucket(V_dn_cfg.fshash,
[all...]
H A Dip_dn_private.h150 * buckets. fshash is looked up at every packet arrival
153 struct dn_ht *fshash; member in struct:dn_parms
175 * protects fshash, schedhash and fsunlinked.
214 SLIST_ENTRY(dn_fsk) fsk_next; /* hash chain for fshash */
H A Dip_dn_io.c884 fs = dn_ht_find(V_dn_cfg.fshash, fs_id, 0, NULL);

Completed in 165 milliseconds