Searched refs:altq (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-9.3-release/sbin/ipfw/
H A Daltq.c22 * altq interface
46 * Map between current altq queue id numbers and names.
59 "altq support opening pf(4) control device");
62 err(EX_UNAVAILABLE, "enabling altq");
65 err(EX_UNAVAILABLE, "disabling altq");
74 struct pf_altq *altq; local
84 warn("altq support opening pf(4) control device");
89 warn("altq support getting queue list");
98 warn("altq support getting queue list");
102 if (pfioc.altq
114 struct pf_altq *altq; local
128 struct pf_altq *altq; local
[all...]
H A DMakefile4 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_qstats.c37 #include <altq/altq.h>
38 #include <altq/altq_cbq.h>
39 #include <altq/altq_priq.h>
40 #include <altq/altq_hfsc.h>
64 struct pf_altq altq; member in struct:pf_altq_node
103 if (iface != NULL && strcmp(node->altq.ifname, iface))
119 if (iface != NULL && strcmp(node->altq.ifname, iface))
122 if (node->altq.local_flags & PFALTQ_FLAG_IF_REMOVED)
165 if (pa.altq
205 pfctl_insert_altq_node(struct pf_altq_node **root, const struct pf_altq altq, const struct queue_stats qstats) argument
[all...]
H A Dpfctl_altq.c41 #include <altq/altq.h>
42 #include <altq/altq_cbq.h>
43 #include <altq/altq_priq.h>
44 #include <altq/altq_hfsc.h>
95 struct pf_altq *altq; local
97 if ((altq = malloc(sizeof(*altq))) == NULL)
99 memcpy(altq, a, sizeof(struct pf_altq));
100 TAILQ_INSERT_TAIL(&altqs, altq, entrie
106 struct pf_altq *altq; local
119 struct pf_altq *altq; local
132 struct pf_altq *altq; local
281 struct pf_altq *altq; local
313 struct pf_altq *if_pa, *parent, *altq; local
527 struct pf_altq *altq; local
598 struct pf_altq *altq; local
620 struct pf_altq *altq; local
675 struct pf_altq *altq, *parent; local
813 struct pf_altq *altq, *def = NULL; local
[all...]
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_priq.h32 #include <altq/altq.h>
33 #include <altq/altq_classq.h>
34 #include <altq/altq_red.h>
35 #include <altq/altq_rio.h>
H A Daltq_cbq.h37 #include <altq/altq.h>
38 #include <altq/altq_rmclass.h>
39 #include <altq/altq_red.h>
40 #include <altq/altq_rio.h>
H A Daltq_wfq.h37 #include <altq/altq.h>
H A Daltq_hfsc.h39 #include <altq/altq.h>
40 #include <altq/altq_classq.h>
41 #include <altq/altq_red.h>
42 #include <altq/altq_rio.h>
H A Daltq_rio.h33 #include <altq/altq_classq.h>
H A Daltq.h2 /* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */
34 * allow altq-3 (altqd(8) and /dev/altq) to coexist with the new pf-based altq.
35 * altq3 is mainly for research experiments. pf-based altq is for daily use.
37 #define ALTQ3_COMPAT /* for compatibility with altq-3 */
38 #define ALTQ3_CLFIER_COMPAT /* for compatibility with altq-3 classifier */
52 /* altq discipline type */
174 * altq related ioctls
201 #include <altq/altq_va
[all...]
H A Daltq_red.h33 #include <altq/altq_classq.h>
H A Daltq_rmclass.h36 #include <altq/altq_classq.h>
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_priq.h31 #include <altq/altq.h>
32 #include <altq/altq_classq.h>
33 #include <altq/altq_red.h>
34 #include <altq/altq_rio.h>
H A Daltq_cbq.h36 #include <altq/altq.h>
37 #include <altq/altq_rmclass.h>
38 #include <altq/altq_red.h>
39 #include <altq/altq_rio.h>
H A Daltqconf.h18 cdev_decl(altq); variable
H A Daltq_hfsc.h35 #include <altq/altq.h>
36 #include <altq/altq_classq.h>
37 #include <altq/altq_red.h>
38 #include <altq/altq_rio.h>
H A Daltq_rio.h32 #include <altq/altq_classq.h>
H A Daltq_rio.c93 #include <altq/altq.h>
94 #include <altq/altq_cdnr.h>
95 #include <altq/altq_red.h>
96 #include <altq/altq_rio.h>
98 #include <altq/altq_conf.h>
H A Daltq.h2 /* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */
34 * allow altq-3 (altqd(8) and /dev/altq) to coexist with the new pf-based altq.
35 * altq3 is mainly for research experiments. pf-based altq is for daily use.
37 #define ALTQ3_COMPAT /* for compatibility with altq-3 */
38 #define ALTQ3_CLFIER_COMPAT /* for compatibility with altq-3 classifier */
52 /* altq discipline type */
174 * altq related ioctls
201 #include <altq/altq_va
[all...]
H A Daltq_red.h32 #include <altq/altq_classq.h>
H A Dif_altq.h39 #include <altq/altqconf.h>
139 #define ALTQF_ENABLED 0x02 /* altq is in use */
141 #define ALTQF_CNDTNING 0x08 /* altq traffic conditioning is enabled */
151 /* altq request types (currently only purge is defined) */
H A Daltq_cdnr.h32 #include <altq/altq.h>
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c122 #include <altq/altq.h>
861 struct pf_altq *altq; local
864 /* Purge the old altq list */
866 while ((altq = TAILQ_FIRST(V_pf_altqs_inactive)) != NULL) {
867 TAILQ_REMOVE(V_pf_altqs_inactive, altq, entries);
868 if (altq->qname[0] == 0 &&
869 (altq->local_flags & PFALTQ_FLAG_IF_REMOVED) == 0) {
871 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
872 TAILQ_REMOVE(pf_altqs_inactive, altq, entrie
900 struct pf_altq *altq; local
941 struct pf_altq *altq; local
1032 pf_enable_altq(struct pf_altq *altq) argument
1063 pf_disable_altq(struct pf_altq *altq) argument
2622 struct pf_altq *altq; local
2649 struct pf_altq *altq; local
2677 struct pf_altq *altq, *a; local
2762 struct pf_altq *altq; local
2779 struct pf_altq *altq; local
2815 struct pf_altq *altq; local
[all...]
/freebsd-9.3-release/include/
H A DMakefile154 .for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc \
180 cd ${.CURDIR}/../sys/contrib/altq/altq; \
182 ${DESTDIR}${INCLUDEDIR}/altq
268 cd ${.CURDIR}/../sys/contrib/altq/altq; \
270 ln -fs ../../../sys/contrib/altq/altq/$$h \
271 ${DESTDIR}${INCLUDEDIR}/altq; \
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk59 # This hack lets us use the OpenBSD altq code without spamming a new
61 INCLUDES+= -I$S/contrib/altq

Completed in 111 milliseconds

12