Home
last modified time | relevance | path

Searched refs:fsu (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h143 struct dn_fsk_head fsu; /* list of unlinked flowsets */ member
H A Dip_dummynet.c656 SLIST_INSERT_HEAD(&dn_cfg.fsu, fs, sch_chain); in fsk_new()
740 h = fs->sched ? &fs->sched->fsk_list : &dn_cfg.fsu; in fsk_detach()
762 SLIST_INSERT_HEAD(&dn_cfg.fsu, fs, sch_chain); in fsk_detach()
1281 SLIST_REMOVE(&dn_cfg.fsu, fs, dn_fsk, sch_chain); in fsk_attach()
1320 SLIST_FOREACH_SAFE(fs, &dn_cfg.fsu, sch_chain, tmp) { in update_fs()
1969 fsk_detach_list(&dn_cfg.fsu, DN_DELETE_FS); in dummynet_flush()
2546 SLIST_INIT(&dn_cfg.fsu); in ip_dn_init()
H A Ddummynet.txt188 - fsu: contains flowset that are not linked with any scheduler.