Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dclassq.c253 MBUFQ_NEXT(m) = NULL; in _getq_flow_or_scidx()
382 struct mbuf *next = MBUFQ_NEXT(n); in _getq_tail_mbuf()
384 MBUFQ_NEXT(n) = NULL; in _getq_tail_mbuf()
406 head->mq_last = &MBUFQ_NEXT(n); in _getq_tail_mbuf()
459 if ((MBUFQ_FIRST(head) = MBUFQ_NEXT(m)) == NULL) { in _getq_random_mbuf()
467 if (MBUFQ_NEXT(m) == NULL) { in _getq_random_mbuf()
471 m = MBUFQ_NEXT(m); in _getq_random_mbuf()
473 VERIFY(p != NULL && MBUFQ_NEXT(p) == m); in _getq_random_mbuf()
475 if ((MBUFQ_NEXT(p) = MBUFQ_NEXT(m)) == NULL) { in _getq_random_mbuf()
476 (head)->mq_last = &MBUFQ_NEXT(p); in _getq_random_mbuf()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1105 if ((MBUFQ_NEXT(m) = MBUFQ_FIRST(q)) == NULL) \
1106 (q)->mq_last = &MBUFQ_NEXT(m); \
1111 MBUFQ_NEXT(m) = NULL; \
1113 (q)->mq_last = &MBUFQ_NEXT(m); \
1117 MBUFQ_NEXT(n) = NULL; \
1119 (q)->mq_last = &MBUFQ_NEXT(n); \
1124 if ((MBUFQ_FIRST(q) = MBUFQ_NEXT(m)) == NULL) \
1127 MBUFQ_NEXT(m) = NULL; \
1136 while (MBUFQ_NEXT(_m) != (m)) \
1137 _m = MBUFQ_NEXT(_m); \
[all …]
/xnu-12377.41.6/bsd/netinet6/
H A Dfrag6.c216 MBUFQ_NEXT(merr) = NULL; in frag6_icmp6_paramprob_error()
238 MBUFQ_NEXT(m) = NULL; in frag6_icmp6_timeex_error()
/xnu-12377.41.6/bsd/net/
H A Ddlil_input.c1811 MBUFQ_NEXT(m) = NULL; in dlil_trim_overcomitted_queue_locked()
H A Dcontent_filter.c1143 MBUFQ_NEXT(m) = NULL; in cfil_queue_remove()
1159 return MBUFQ_NEXT(m); in cfil_queue_next()