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

12

/freebsd-11-stable/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 DMakefile12 SRCS+= altq.c
/freebsd-11-stable/sys/net/altq/
H A Daltq_fairq.h34 * $DragonFly: src/sys/net/altq/altq_fairq.h,v 1.1 2008/04/06 18:58:15 dillon Exp $
41 #include <net/altq/altq.h>
42 #include <net/altq/altq_classq.h>
43 #include <net/altq/altq_codel.h>
44 #include <net/altq/altq_red.h>
45 #include <net/altq/altq_rio.h>
46 #include <net/altq/altq_rmclass.h>
H A Daltq_cbq.h37 #include <net/altq/altq.h>
38 #include <net/altq/altq_rmclass.h>
39 #include <net/altq/altq_codel.h>
40 #include <net/altq/altq_red.h>
41 #include <net/altq/altq_rio.h>
H A Daltq_priq.h33 #include <net/altq/altq.h>
34 #include <net/altq/altq_classq.h>
35 #include <net/altq/altq_codel.h>
36 #include <net/altq/altq_red.h>
37 #include <net/altq/altq_rio.h>
H A Daltq_hfsc.h31 * $FreeBSD: stable/11/sys/net/altq/altq_hfsc.h 330446 2018-03-05 06:59:30Z eadler $
36 #include <net/altq/altq.h>
37 #include <net/altq/altq_classq.h>
38 #include <net/altq/altq_codel.h>
39 #include <net/altq/altq_red.h>
40 #include <net/altq/altq_rio.h>
H A Daltq_codel.h61 #include <net/altq/altq_classq.h>
H A Daltq_rio.h33 #include <net/altq/altq_classq.h>
H A Daltq_rio.c59 * $FreeBSD: stable/11/sys/net/altq/altq_rio.c 331643 2018-03-27 18:52:27Z dim $
91 #include <net/altq/altq.h>
92 #include <net/altq/altq_cdnr.h>
93 #include <net/altq/altq_red.h>
94 #include <net/altq/altq_rio.h>
96 #include <net/altq/altq_conf.h>
H A Daltq.h26 * $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 */
176 * altq related ioctls
203 #include <net/altq/altq_va
[all...]
H A Daltq_codel.c60 #include <net/altq/if_altq.h>
61 #include <net/altq/altq.h>
62 #include <net/altq/altq_codel.h>
220 printf("altq: packet for %s does not have pkthdr\n",
H A Daltq_red.h33 #include <net/altq/altq_classq.h>
H A Daltq_cdnr.h33 #include <net/altq/altq.h>
H A Daltq_rmclass.h34 * $FreeBSD: stable/11/sys/net/altq/altq_rmclass.h 331643 2018-03-27 18:52:27Z dim $
40 #include <net/altq/altq_classq.h>
H A Daltq_rmclass.c64 #include <net/altq/if_altq.h>
65 #include <net/altq/altq.h>
66 #include <net/altq/altq_codel.h>
67 #include <net/altq/altq_rmclass.h>
68 #include <net/altq/altq_rmclass_debug.h>
69 #include <net/altq/altq_red.h>
70 #include <net/altq/altq_rio.h>
H A Daltq_red.c97 #include <net/altq/altq.h>
98 #include <net/altq/altq_red.h>
100 #include <net/altq/altq_conf.h>
102 #include <net/altq/altq_flowvalve.h>
166 * (in altq-1.1.2 or earlier, the default was random-drop.
H A Daltq_cbq.c59 #include <net/altq/altq.h>
60 #include <net/altq/altq_cbq.h>
62 #include <net/altq/altq_conf.h>
507 printf("altq: packet for %s does not have pkthdr\n",
H A Daltq_priq.c57 #include <net/altq/altq.h>
59 #include <net/altq/altq_conf.h>
61 #include <net/altq/altq_priq.h>
484 printf("altq: packet for %s does not have pkthdr\n",
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c41 #include <net/altq/altq.h>
42 #include <net/altq/altq_cbq.h>
43 #include <net/altq/altq_codel.h>
44 #include <net/altq/altq_priq.h>
45 #include <net/altq/altq_hfsc.h>
46 #include <net/altq/altq_fairq.h>
107 struct pf_altq *altq; local
109 if ((altq = malloc(sizeof(*altq)))
118 struct pf_altq *altq; local
131 struct pf_altq *altq; local
144 struct pf_altq *altq; local
305 struct pf_altq *altq; local
340 struct pf_altq *if_pa, *parent, *altq; local
559 struct pf_altq *altq; local
632 struct pf_altq *altq; local
654 struct pf_altq *altq; local
711 struct pf_altq *altq, *parent; local
852 struct pf_altq *altq, *parent; local
928 struct pf_altq *altq, *def = NULL; local
967 struct pf_altq *altq, *def = NULL; local
[all...]
H A Dpfctl_qstats.c37 #include <net/altq/altq.h>
38 #include <net/altq/altq_cbq.h>
39 #include <net/altq/altq_codel.h>
40 #include <net/altq/altq_priq.h>
41 #include <net/altq/altq_hfsc.h>
42 #include <net/altq/altq_fairq.h>
68 struct pf_altq altq; member in struct:pf_altq_node
109 if (iface != NULL && strcmp(node->altq.ifname, iface))
125 if (iface != NULL && strcmp(node->altq
211 pfctl_insert_altq_node(struct pf_altq_node **root, const struct pf_altq altq, const struct queue_stats qstats) argument
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c86 #include <net/altq/altq.h>
136 static MALLOC_DEFINE(M_PFALTQ, "pf_altq", "pf(4) altq configuration db");
515 struct pf_altq *altq; local
520 /* Purge the old altq list */
521 while ((altq = TAILQ_FIRST(V_pf_altqs_inactive)) != NULL) {
522 TAILQ_REMOVE(V_pf_altqs_inactive, altq, entries);
523 if (altq->qname[0] == 0 &&
524 (altq->local_flags & PFALTQ_FLAG_IF_REMOVED) == 0) {
526 error = altq_remove(altq);
541 struct pf_altq *altq; local
567 struct pf_altq *altq; local
618 pf_enable_altq(struct pf_altq *altq) argument
641 pf_disable_altq(struct pf_altq *altq) argument
2025 struct pf_altq *altq; local
2045 struct pf_altq *altq; local
2066 struct pf_altq *altq, *a; local
2121 struct pf_altq *altq; local
2134 struct pf_altq *altq; local
2166 struct pf_altq *altq; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c105 struct pf_altq altq; member in struct:pfq_entry
977 return (string_get(val, e->altq.qname, -1));
979 return (string_get(val, e->altq.parent, -1));
981 val->v.integer = e->altq.scheduler;
984 val->v.uint32 = e->altq.bandwidth;
987 val->v.integer = e->altq.priority;
990 val->v.integer = e->altq.qlimit;
1258 if (pa.altq.qid > 0) {
1259 memcpy(&e->altq, &pa.altq, sizeo
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp103 #include <altq/altq.h>
104 #include <altq/altq_afmap.h>
105 #include <altq/altq_blue.h>
106 #include <altq/altq_cbq.h>
107 #include <altq/altq_cdnr.h>
108 #include <altq/altq_fifoq.h>
109 #include <altq/altq_hfsc.h>
110 #include <altq/altq_jobs.h>
111 #include <altq/altq_pri
[all...]
H A Dsanitizer_interceptors_ioctl_netbsd.inc45 /* Entries from file: altq/altq_afmap.h */
50 /* Entries from file: altq/altq.h */
54 /* Entries from file: altq/altq_blue.h */
59 /* Entries from file: altq/altq_cbq.h */
66 /* Entries from file: altq/altq_cdnr.h */
80 /* Entries from file: altq/altq_fifoq.h */
83 /* Entries from file: altq/altq_hfsc.h */
87 /* Entries from file: altq/altq_jobs.h */
95 /* Entries from file: altq/altq_pri
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c149 ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd; local
152 altq->qid);

Completed in 309 milliseconds

12