Home
last modified time | relevance | path

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

/freebsd-src/sys/netpfil/ipfw/
H A Ddn_aqm.h60 struct dn_aqm { struct
62 char name[DN_AQM_NAME_MAX]; /* name of AQM algorithm */
63 uint32_t type; /* AQM type number */
110 CK_LIST_ENTRY(dn_aqm) next; /* Next AQM in the list */ argument