Home
last modified time | relevance | path

Searched defs:qlenp (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/skywalk/nexus/
H A Dnexus_pktq.h198 __pktq_deq_all(struct nx_pktq *q, struct __kern_packet **plast, uint32_t *qlenp, in __pktq_deq_all()
213 uint32_t *qlenp, uint64_t *qsizep) in nx_pktq_safe_deq_all()
226 nx_pktq_deq_all(struct nx_pktq *q, struct __kern_packet **last, uint32_t *qlenp, in nx_pktq_deq_all()
H A Dnexus_mbq.h224 __mbq_deq_all(struct nx_mbq *q, struct mbuf **mlast, uint32_t *qlenp, in __mbq_deq_all()
238 nx_mbq_safe_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_safe_deq_all()
252 nx_mbq_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_deq_all()
/xnu-11215.61.5/bsd/net/classq/
H A Dclassq.c322 u_int32_t *qlenp, u_int64_t *qsizep) in _getq_all()