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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.c193 static struct mbuf *red_getq_flow(struct red *, class_queue_t *,
485 red_getq_flow(struct red *rp, class_queue_t *q, u_int32_t flow, boolean_t purge) function
506 return (red_getq_flow(rp, q, 0, FALSE));
518 while ((m = red_getq_flow(rp, q, flow, TRUE)) != NULL) {

Completed in 18 milliseconds