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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_red.c216 int th_max, int flags, int pkttime)
252 if (pkttime == 0)
256 rp->red_pkttime = pkttime;
215 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.c207 int flags, int pkttime)
223 if (pkttime == 0)
227 rp->rio_pkttime = pkttime;
206 rio_alloc(struct ifnet *ifp, int weight, struct redparams *params, int flags, int pkttime) argument
/darwin-on-arm/xnu/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.c410 int pkttime; local
435 * events and recompute pkttime accordingly.
438 pkttime = 1000 * 1000 * 1000; /* 1 sec */
440 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
449 cl->cl_qflags, pkttime);
457 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);
H A Dpktsched_tcq.c382 int pkttime; local
407 * events and recompute pkttime accordingly.
410 pkttime = 1000 * 1000 * 1000; /* 1 sec */
412 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
421 cl->cl_qflags, pkttime);
429 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.c566 int pkttime; local
591 * events and recompute pkttime accordingly.
594 pkttime = 1000 * 1000 * 1000; /* 1 sec */
596 pkttime = (int64_t)ifp->if_mtu * 1000 * 1000 * 1000 /
605 cl->cl_qflags, pkttime);
613 rio_alloc(ifp, 0, NULL, cl->cl_qflags, pkttime);

Completed in 37 milliseconds