Searched refs:qfq_alloc (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/net/altq/
H A Daltq_qfq.c89 qif = qfq_alloc(ifp, M_WAITOK, TRUE);
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_qfq.h284 extern struct qfq_if *qfq_alloc(struct ifnet *, int, boolean_t);
H A Dpktsched_qfq.c182 qfq_alloc(struct ifnet *ifp, int how, boolean_t altq) function
1824 qif = qfq_alloc(ifp, M_WAITOK, FALSE);

Completed in 74 milliseconds