mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
dummynet: remove unused definitions
No functional change.
MFC after: 2 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D31806
This commit is contained in:
parent
12184311c1
commit
415e81d5d9
1 changed files with 0 additions and 8 deletions
|
|
@ -77,15 +77,7 @@ MALLOC_DECLARE(M_DUMMYNET);
|
|||
#define DN_BH_WUNLOCK() mtx_unlock(&V_dn_cfg.uh_mtx)
|
||||
#define DN_BH_LOCK_ASSERT() mtx_assert(&V_dn_cfg.uh_mtx, MA_OWNED)
|
||||
|
||||
SLIST_HEAD(dn_schk_head, dn_schk);
|
||||
SLIST_HEAD(dn_sch_inst_head, dn_sch_inst);
|
||||
SLIST_HEAD(dn_fsk_head, dn_fsk);
|
||||
SLIST_HEAD(dn_queue_head, dn_queue);
|
||||
SLIST_HEAD(dn_alg_head, dn_alg);
|
||||
|
||||
#ifdef NEW_AQM
|
||||
SLIST_HEAD(dn_aqm_head, dn_aqm); /* for new AQMs */
|
||||
#endif
|
||||
|
||||
struct mq { /* a basic queue of packets*/
|
||||
struct mbuf *head, *tail;
|
||||
|
|
|
|||
Loading…
Reference in a new issue