| /src/usr.sbin/altq/libaltq/ |
| H A D | qop_fifoq.h | 33 int qlimit; /* max queue length */ member in struct:fifoq_ifinfo
|
| H A D | qop_blue.h | 35 int qlimit; /* max queue length */ member in struct:blue_ifinfo
|
| H A D | qop_priq.h | 43 int qlimit; member in struct:priq_classinfo
|
| H A D | qop_rio.h | 35 int qlimit; /* max queue length */ member in struct:rio_ifinfo
|
| H A D | qop_red.h | 37 int qlimit; /* max queue length */ member in struct:red_ifinfo
|
| H A D | qop_hfsc.h | 58 int qlimit; member in struct:hfsc_classinfo
|
| H A D | qop_jobs.h | 87 int qlimit; /* max queue length */ member in struct:jobs_ifinfo
|
| H A D | qop_fifoq.c | 88 int qlimit = 50; local in function:fifoq_interface_parser 127 qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit) argument 142 qop_fifoq_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int qlimit) argument [all...] |
| H A D | qop_blue.c | 90 int qlimit = 60; local in function:blue_interface_parser 149 qcmd_blue_add_if(const char * ifname,u_int bandwidth,int max_pmark,int hold_time,int qlimit,int pkttime,int flags) argument 166 qop_blue_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int max_pmark,int hold_time,int qlimit,int pkttime,int flags) argument [all...] |
| H A D | qop_red.c | 92 int qlimit = 60; local in function:red_interface_parser 175 qcmd_red_add_if(const char * ifname,u_int bandwidth,int weight,int inv_pmax,int th_min,int th_max,int qlimit,int pkttime,int flags) argument 193 qop_red_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int weight,int inv_pmax,int th_min,int th_max,int qlimit,int pkttime,int flags) argument [all...] |
| H A D | qop_rio.c | 99 int qlimit = 60; local in function:rio_interface_parser 207 qcmd_rio_add_if(const char * ifname,u_int bandwidth,int weight,int lo_inv_pmax,int lo_th_min,int lo_th_max,int med_inv_pmax,int med_th_min,int med_th_max,int hi_inv_pmax,int hi_th_min,int hi_th_max,int qlimit,int pkttime,int flags) argument 238 qop_rio_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int weight,struct redparams * red_params,int qlimit,int pkttime,int flags) argument [all...] |
| H A D | qop_priq.c | 131 int pri = 0, qlimit = 50; local in function:priq_class_parser 192 qcmd_priq_add_class(const char * ifname,const char * class_name,int pri,int qlimit,int flags) argument 212 qcmd_priq_modify_class(const char * ifname,const char * class_name,int pri,int qlimit,int flags) argument 263 qop_priq_add_class(struct classinfo ** rp,const char * class_name,struct ifinfo * ifinfo,int pri,int qlimit,int flags) argument 305 qop_priq_modify_class(struct classinfo * clinfo,int pri,int qlimit,int flags) argument [all...] |
| H A D | qop_jobs.c | 152 int qlimit = 200; /* 200 packets */ local in function:jobs_interface_parser 287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate) argument 366 qop_jobs_add_if(struct ifinfo ** rp,const char * ifname,u_int bandwidth,int qlimit,int separate) argument [all...] |
| H A D | qop_hfsc.c | 146 int qlimit = 50; local in function:hfsc_class_parser 357 qcmd_hfsc_add_class(const char * ifname,const char * class_name,const char * parent_name,u_int m1,u_int d,u_int m2,int qlimit,int flags) argument 460 qop_hfsc_add_class(struct classinfo ** rp,const char * class_name,struct ifinfo * ifinfo,struct classinfo * parent,struct service_curve * sc,int qlimit,int flags) argument [all...] |
| /src/sys/altq/ |
| H A D | altq_classq.h | 71 #define qlimit(q) (q)->qlim_ /* Max packets to be queued */ macro
|
| H A D | 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
|
| H A D | altq_wfq.h | 77 int qlimit; /* queue size in bytes */ member in struct:wfq_conf
|
| H A D | altq_priq.c | 284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) argument [all...] |
| H A D | altq_hfsc.c | 384 hfsc_class_create(struct hfsc_if * hif,struct service_curve * rsc,struct service_curve * fsc,struct service_curve * usc,struct hfsc_class * parent,int qlimit,int flags,int qid) argument [all...] |
| H A D | altq_hfsc.h | 96 u_int qlimit; member in struct:hfsc_classstats 124 int qlimit; member in struct:hfsc_add_class
|
| H A D | altq_jobs.c | 150 jobs_attach(struct ifaltq *ifq, u_int bandwidth, u_int qlimit, u_int separate) argument
|
| H A D | altq_jobs.h | 136 u_int qlimit; /* buffer size in packets */ member in struct:jobs_attach
|
| /src/sys/dist/pf/net/ |
| H A D | pfvar.h | 1300 u_int16_t qlimit; /* queue size limit */ member in struct:pf_altq
|