Home
last modified time | relevance | path

Searched defs:dn_aqm (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm.h63 struct dn_aqm { struct
65 char name[DN_AQM_NAME_MAX]; /* name of AQM algorithm */
66 uint32_t type; /* AQM type number */
113 SLIST_ENTRY (dn_aqm) next; /* Next AQM in the list */ argument