Searched refs:pkttime (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_blue.h36 int pkttime; /* average packet time in usec */ member in struct:blue_ifinfo
42 int hold_time, int qlimit, int pkttime, int flags);
45 int pkttime, int flags);
H A Dqop_red.h38 int pkttime; /* average packet time in usec */ member in struct:red_ifinfo
45 int pkttime, int flags);
48 int th_max, int qlimit, int pkttime, int flags);
H A Dqop_rio.h36 int pkttime; /* average packet time in usec */ member in struct:rio_ifinfo
45 int qlimit, int pkttime, int flags);
48 int qlimit, int pkttime, int flags);
H A Dqop_blue.c91 int pkttime = 0; local
137 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
140 qlimit, pkttime, flags) != 0)
150 int hold_time, int qlimit, int pkttime, int flags)
155 qlimit, pkttime, flags);
168 int pkttime, int flags)
179 blue_ifinfo->pkttime = pkttime;
225 conf.blue_pkttime = blue_ifinfo->pkttime;
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
H A Dqop_red.c93 int pkttime = 0; local
149 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
166 th_min, th_max, qlimit, pkttime, flags) != 0)
177 int pkttime, int flags)
182 th_min, th_max, qlimit, pkttime, flags);
195 int th_max, int qlimit, int pkttime, int flags)
208 red_ifinfo->pkttime = pkttime;
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
H A Dqop_rio.c100 int pkttime = 0; local
178 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
198 qlimit, pkttime, flags) != 0)
211 int qlimit, int pkttime, int flags)
227 qlimit, pkttime, flags);
240 int qlimit, int pkttime, int flags)
252 rio_ifinfo->pkttime = pkttime;
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
/netbsd-current/sys/altq/
H A Daltq_rio.c206 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) argument
217 if (pkttime == 0)
221 rp->rio_pkttime = pkttime;
H A Daltq_blue.c358 blue_init(blue_t *rp, int flags, int pkttime, int blue_max_pmark, argument
365 rp->blue_pkttime = pkttime;
368 if (pkttime == 0)
H A Daltq_red.c232 int pkttime)
264 if (pkttime == 0)
268 rp->red_pkttime = pkttime;
231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, int pkttime) argument

Completed in 178 milliseconds