Searched refs:aqmlist (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 146 struct dn_aqm_head aqmlist; /* list of AQMs */ member
|
| H A D | ip_dummynet.c | 120 SLIST_FOREACH(d, &dn_cfg.aqmlist, next) { in find_aqm_type() 2722 SLIST_FOREACH(aqm, &dn_cfg.aqmlist, next) { in load_dn_aqm() 2729 SLIST_INSERT_HEAD(&dn_cfg.aqmlist, d, next); in load_dn_aqm() 2764 SLIST_FOREACH_SAFE(r, &dn_cfg.aqmlist, next, tmp) { in unload_dn_aqm() 2770 SLIST_REMOVE(&dn_cfg.aqmlist, r, dn_aqm, next); in unload_dn_aqm()
|