Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/classq/
H A Dclassq_subr.c56 static errno_t ifclassq_dequeue_common(struct ifclassq *, mbuf_svc_class_t,
354 return ifclassq_dequeue_common(ifq, MBUF_SC_UNSPEC, pkt_limit, in ifclassq_dequeue()
363 return ifclassq_dequeue_common(ifq, sc, pkt_limit, byte_limit, in ifclassq_dequeue_sc()
481 ifclassq_dequeue_common(struct ifclassq *ifq, mbuf_svc_class_t sc, in ifclassq_dequeue_common() function