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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c240 static struct mbuf *sfb_getq_flow(struct sfb *, class_queue_t *, u_int32_t,
1276 sfb_getq_flow(struct sfb *sp, class_queue_t *q, u_int32_t flow, boolean_t purge) function
1389 return (sfb_getq_flow(sp, q, 0, FALSE));
1401 while ((m = sfb_getq_flow(sp, q, flow, TRUE)) != NULL) {

Completed in 21 milliseconds