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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.c218 int th_max, int flags, int pkttime)
261 if (pkttime == 0)
265 rp->red_pkttime = pkttime;
217 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, int th_max, int flags, int pkttime) argument
H A Dclassq_rio.c209 int flags, int pkttime)
237 if (pkttime == 0)
241 rp->rio_pkttime = pkttime;
208 rio_alloc(struct ifnet *ifp, int weight, struct redparams *params, int flags, int pkttime) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c476 int pkttime; local
501 * events and recompute pkttime accordingly.
504 pkttime = 1000 * 1000 * 1000; /* 1 sec */
506 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
513 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);
523 cl->cl_qflags, pkttime);
H A Dpktsched_priq.c411 int pkttime; local
436 * events and recompute pkttime accordingly.
439 pkttime = 1000 * 1000 * 1000; /* 1 sec */
441 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
450 cl->cl_qflags, pkttime);
458 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);
H A Dpktsched_tcq.c383 int pkttime; local
412 * events and recompute pkttime accordingly.
415 pkttime = 1000 * 1000 * 1000; /* 1 sec */
417 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
426 cl->cl_qflags, pkttime);
434 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);
H A Dpktsched_rmclass.c339 int pkttime; local
364 pkttime = nsecPerByte * pktsize / 1000;
372 cl->qflags_, pkttime);
380 rio_alloc(ifp, 0, NULL, cl->qflags_, pkttime);
H A Dpktsched_hfsc.c446 int pkttime; local
480 * events and recompute pkttime accordingly.
483 pkttime = 1000 * 1000 * 1000; /* 1 sec */
485 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
494 cl->cl_qflags, pkttime);
502 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);
H A Dpktsched_qfq.c567 int pkttime; local
596 * events and recompute pkttime accordingly.
599 pkttime = 1000 * 1000 * 1000; /* 1 sec */
601 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
610 cl->cl_qflags, pkttime);
618 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);

Completed in 100 milliseconds