HomeSort by: relevance | last modified time | path
    Searched refs:qlimit (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.sbin/altq/libaltq/
qop_fifoq.h 33 int qlimit; /* max queue length */ member in struct:fifoq_ifinfo
37 int qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit);
39 u_int bandwidth, int qlimit);
qop_blue.h 35 int qlimit; /* max queue length */ member in struct:blue_ifinfo
42 int hold_time, int qlimit, int pkttime, int flags);
44 int max_pmark, int hold_time, int qlimit,
qop_red.h 37 int qlimit; /* max queue length */ member in struct:red_ifinfo
44 int inv_pmax, int th_min, int th_max, int qlimit,
48 int th_max, int qlimit, int pkttime, int flags);
qop_rio.h 35 int qlimit; /* max queue length */ member in struct:rio_ifinfo
45 int qlimit, int pkttime, int flags);
48 int qlimit, int pkttime, int flags);
qop_priq.h 43 int qlimit; member in struct:priq_classinfo
53 int pri, int qlimit, int flags);
55 int pri, int qlimit, int flags);
60 int pri, int qlimit, int flags);
62 int pri, int qlimit, int flags);
qop_fifoq.c 88 int qlimit = 50; local in function:fifoq_interface_parser
102 } else if (EQUAL(*argv, "qlimit")) {
105 qlimit = (int)strtol(*argv, NULL, 0);
118 if (qcmd_fifoq_add_if(ifname, bandwidth, qlimit) != 0)
127 qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit)
131 error = qop_fifoq_add_if(NULL, ifname, bandwidth, qlimit);
143 u_int bandwidth, int qlimit)
151 fifoq_ifinfo->qlimit = qlimit;
191 if (fifoq_ifinfo->qlimit > 0)
    [all...]
qop_hfsc.h 58 int qlimit; member in struct:hfsc_classinfo
69 int qlimit, int flags);
77 struct service_curve *sc, int qlimit, int flags);
qop_jobs.h 87 int qlimit; /* max queue length */ member in struct:jobs_ifinfo
109 int qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate);
116 u_int bandwidth, int qlimit, int separate);
qop_priq.c 131 int pri = 0, qlimit = 50; local in function:priq_class_parser
139 } else if (EQUAL(*argv, "qlimit")) {
142 qlimit = strtoul(*argv, NULL, 0);
166 error = qcmd_priq_add_class(ifname, class_name, pri, qlimit, flags);
193 int pri, int qlimit, int flags)
203 pri, qlimit, flags);
213 int pri, int qlimit, int flags)
224 return qop_priq_modify_class(clinfo, pri, qlimit, flags);
264 struct ifinfo *ifinfo, int pri, int qlimit, int flags)
281 priq_clinfo->qlimit = qlimit
    [all...]
qop_blue.c 90 int qlimit = 60; local in function:blue_interface_parser
111 } else if (EQUAL(*argv, "qlimit")) {
114 qlimit = (int)strtol(*argv, NULL, 0);
140 qlimit, pkttime, flags) != 0)
150 int hold_time, int qlimit, int pkttime, int flags)
155 qlimit, pkttime, flags);
167 int max_pmark, int hold_time, int qlimit,
178 blue_ifinfo->qlimit = qlimit;
224 conf.blue_limit = blue_ifinfo->qlimit;
    [all...]
qop_red.c 92 int qlimit = 60; local in function:red_interface_parser
117 } else if (EQUAL(*argv, "qlimit")) {
120 qlimit = (int)strtol(*argv, NULL, 0);
166 th_min, th_max, qlimit, pkttime, flags) != 0)
176 int inv_pmax, int th_min, int th_max, int qlimit,
182 th_min, th_max, qlimit, pkttime, flags);
195 int th_max, int qlimit, int pkttime, int flags)
207 red_ifinfo->qlimit = qlimit;
255 conf.red_limit = red_ifinfo->qlimit;
    [all...]
qop_rio.c 99 int qlimit = 60; local in function:rio_interface_parser
124 } else if (EQUAL(*argv, "qlimit")) {
127 qlimit = (int)strtol(*argv, NULL, 0);
198 qlimit, pkttime, flags) != 0)
211 int qlimit, int pkttime, int flags)
227 qlimit, pkttime, flags);
240 int qlimit, int pkttime, int flags)
251 rio_ifinfo->qlimit = qlimit;
299 conf.rio_limit = rio_ifinfo->qlimit;
    [all...]
qop_jobs.c 152 int qlimit = 200; /* 200 packets */ local in function:jobs_interface_parser
167 } else if (EQUAL(*argv, "qlimit")) {
170 qlimit = (int)strtol(*argv, NULL, 0);
186 if (qcmd_jobs_add_if(ifname, bandwidth, qlimit, separate) != 0)
287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate)
291 error = qop_jobs_add_if(NULL, ifname, bandwidth, qlimit, separate);
367 u_int bandwidth, int qlimit, int separate)
375 jobs_ifinfo->qlimit = qlimit;
532 attach.qlimit = (u_int)((struct jobs_ifinfo*)ifinfo->private)->qlimit
    [all...]
qop_hfsc.c 146 int qlimit = 50; local in function:hfsc_class_parser
198 } else if (EQUAL(*argv, "qlimit")) {
201 qlimit = strtoul(*argv, NULL, 0);
258 m1, d, m2, qlimit, flags);
359 int qlimit, int flags)
379 &sc, qlimit, flags);
462 struct service_curve *sc, int qlimit, int flags)
500 hfsc_clinfo->qlimit = qlimit;
1086 class_add.qlimit = hfsc_clinfo->qlimit
    [all...]
qop_wfq.c 230 conf.qlimit = wfq_ifinfo->qsize;
  /src/sys/altq/
altq_priq.h 52 int qlimit; /* queue size limit */ member in struct:priq_add_class
79 int qlimit; member in struct:priq_modify_class
101 u_int qlimit; member in struct:priq_classstats
altq_wfq.h 77 int qlimit; /* queue size in bytes */ member in struct:wfq_conf
altq_priq.c 182 cl = priq_class_create(pif, a->priority, a->qlimit,
284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid)
329 if (qlimit == 0)
330 qlimit = 50; /* use default */
331 qlimit(cl->cl_q) = qlimit;
367 qlimit(cl->cl_q) * 10/100,
368 qlimit(cl->cl_q) * 30/100,
533 if (qlen(cl->cl_q) >= qlimit(cl->cl_q)) {
586 sp->qlimit = qlimit(cl->cl_q)
    [all...]
altq_hfsc.h 96 u_int qlimit; member in struct:hfsc_classstats
124 int qlimit; member in struct:hfsc_add_class
altq_hfsc.c 276 parent, a->qlimit, opts->flags, a->qid);
386 struct hfsc_class *parent, int qlimit, int flags, int qid)
415 if (qlimit == 0)
416 qlimit = 50; /* use default */
417 qlimit(cl->cl_q) = qlimit;
448 qlimit(cl->cl_q) * 10/100,
449 qlimit(cl->cl_q) * 30/100,
847 if (qlen(cl->cl_q) >= qlimit(cl->cl_q)) {
1671 sp->qlimit = qlimit(cl->cl_q)
    [all...]
altq_blue.c 227 qlimit(rqp->rq_q) = BLUE_LIMIT;
272 q_stats->q_limit = qlimit(rqp->rq_q);
299 qlimit(rqp->rq_q) = limit;
459 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
altq_rio.c 404 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
563 qlimit(rqp->rq_q) = RIO_LIMIT;
608 q_stats->q_limit = qlimit(rqp->rq_q);
654 qlimit(rqp->rq_q) = limit;
altq_classq.h 71 #define qlimit(q) (q)->qlim_ /* Max packets to be queued */ macro
  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 177 if (a->qlimit != DEFAULT_QLIMIT)
178 printf("qlimit %u ", a->qlimit);
203 if (a->qlimit != DEFAULT_QLIMIT)
204 printf("qlimit %u ", a->qlimit);
326 if (pa->qlimit == 0)
327 pa->qlimit = DEFAULT_QLIMIT;
pfctl_qstats.c 322 cur.data.priq_stats.qlength, cur.data.priq_stats.qlimit);
342 cur.data.hfsc_stats.qlength, cur.data.hfsc_stats.qlimit);

Completed in 23 milliseconds

1 2