/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_fifoq.c | 88 int qlimit = 50; in fifoq_interface_parser() local 127 qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit) in qcmd_fifoq_add_if() 143 u_int bandwidth, int qlimit) in qop_fifoq_add_if()
|
H A D | qop_priq.c | 131 int pri = 0, qlimit = 50; in priq_class_parser() local 193 int pri, int qlimit, int flags) in qcmd_priq_add_class() 213 int pri, int qlimit, int flags) in qcmd_priq_modify_class() 264 struct ifinfo *ifinfo, int pri, int qlimit, int flags) in qop_priq_add_class() 306 int pri, int qlimit, int flags) in qop_priq_modify_class()
|
H A D | qop_blue.c | 90 int qlimit = 60; in blue_interface_parser() local 150 int hold_time, int qlimit, int pkttime, int flags) in qcmd_blue_add_if() 167 int max_pmark, int hold_time, int qlimit, in qop_blue_add_if()
|
H A D | qop_red.c | 92 int qlimit = 60; in red_interface_parser() local 176 int inv_pmax, int th_min, int th_max, int qlimit, in qcmd_red_add_if() 195 int th_max, int qlimit, int pkttime, int flags) in qop_red_add_if()
|
H A D | qop_rio.c | 99 int qlimit = 60; in rio_interface_parser() local 211 int qlimit, int pkttime, int flags) in qcmd_rio_add_if() 240 int qlimit, int pkttime, int flags) in qop_rio_add_if()
|
H A D | qop_fifoq.h | 33 int qlimit; /* max queue length */ member
|
H A D | qop_priq.h | 43 int qlimit; member
|
H A D | qop_rio.h | 35 int qlimit; /* max queue length */ member
|
H A D | qop_blue.h | 35 int qlimit; /* max queue length */ member
|
H A D | qop_red.h | 37 int qlimit; /* max queue length */ member
|
H A D | qop_jobs.h | 87 int qlimit; /* max queue length */ member
|
H A D | qop_jobs.c | 152 int qlimit = 200; /* 200 packets */ in jobs_interface_parser() local 287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate) in qcmd_jobs_add_if() 367 u_int bandwidth, int qlimit, int separate) in qop_jobs_add_if()
|
H A D | qop_hfsc.h | 58 int qlimit; member
|
H A D | qop_hfsc.c | 146 int qlimit = 50; in hfsc_class_parser() local 359 int qlimit, int flags) in qcmd_hfsc_add_class() 462 struct service_curve *sc, int qlimit, int flags) in qop_hfsc_add_class()
|
/netbsd-src/sys/altq/ |
H A D | altq_priq.h | 52 int qlimit; /* queue size limit */ member 79 int qlimit; member 101 u_int qlimit; member
|
H A D | altq_classq.h | 69 #define qlimit( global() macro
|
H A D | altq_wfq.h | 77 int qlimit; /* queue size in bytes */ member
|
H A D | altq_hfsc.h | 96 u_int qlimit; member 124 int qlimit; member
|
H A D | altq_priq.c | 284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) in priq_class_create() argument [all...] |
H A D | altq_jobs.c | 150 jobs_attach(struct ifaltq *ifq, u_int bandwidth, u_int qlimit, u_int separate) in jobs_attach() argument
|
H A D | altq_jobs.h | 136 u_int qlimit; /* buffer size in packets */ member
|
H A D | altq_hfsc.c | 386 struct hfsc_class *parent, int qlimit, int flags, int qid) in hfsc_class_create() argument [all...] |
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 240 int qlimit; member
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 1300 u_int16_t qlimit; /* queue size limit */ member
|