Searched defs:dn_aqm (Results 1 – 1 of 1) sorted by relevance
63 struct dn_aqm { struct65 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