Searched refs:fsu (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 143 struct dn_fsk_head fsu; /* list of unlinked flowsets */ member
|
| H A D | ip_dummynet.c | 656 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 D | dummynet.txt | 188 - fsu: contains flowset that are not linked with any scheduler.
|