Home
last modified time | relevance | path

Searched refs:sched_type (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/classq/
H A Dclassq_subr.c951 ifclassq_tbr_get(struct ifclassq *ifcq, u_int32_t *sched_type, u_int64_t *tbr_bw, in ifclassq_tbr_get() argument
956 *sched_type = ifcq->ifcq_type; in ifclassq_tbr_get()
/xnu-12377.81.4/bsd/net/
H A Dif.c2050 u_int32_t sched_type = PKTSCHEDT_NONE, flags = 0; in ifioctl_linkparams() local
2053 ifclassq_tbr_get(ifq, &sched_type, &tbr_bw, &tbr_pct); in ifioctl_linkparams()
2054 bcopy(&sched_type, &iflpr->iflpr_output_sched, in ifioctl_linkparams()