Home | History | Annotate | Download | only in altq

Lines Matching defs:altqreq

69 struct	altqreq {
176 #define ALTQGTYPE _IOWR('q', 0, struct altqreq) /* get queue type */
182 #define ALTQATTACH _IOW('q', 1, struct altqreq) /* attach discipline */
183 #define ALTQDETACH _IOW('q', 2, struct altqreq) /* detach discipline */
184 #define ALTQENABLE _IOW('q', 3, struct altqreq) /* enable discipline */
185 #define ALTQDISABLE _IOW('q', 4, struct altqreq) /* disable discipline*/
186 #define ALTQCLEAR _IOW('q', 5, struct altqreq) /* (re)initialize */
187 #define ALTQCONFIG _IOWR('q', 6, struct altqreq) /* set config params */
188 #define ALTQADDCLASS _IOWR('q', 7, struct altqreq) /* add a class */
189 #define ALTQMODCLASS _IOWR('q', 8, struct altqreq) /* modify a class */
190 #define ALTQDELCLASS _IOWR('q', 9, struct altqreq) /* delete a class */
191 #define ALTQADDFILTER _IOWR('q', 10, struct altqreq) /* add a filter */
192 #define ALTQDELFILTER _IOWR('q', 11, struct altqreq) /* delete a filter */
193 #define ALTQGETSTATS _IOWR('q', 12, struct altqreq) /* get statistics */
194 #define ALTQGETCNTR _IOWR('q', 13, struct altqreq) /* get a pkt counter */