Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/bsd/sys/
H A Dmbuf.h1107 if ((MBUFQ_NEXT(m) = MBUFQ_FIRST(q)) == NULL) \
1108 (q)->mq_last = &MBUFQ_NEXT(m); \
1113 MBUFQ_NEXT(m) = NULL; \
1115 (q)->mq_last = &MBUFQ_NEXT(m); \
1119 MBUFQ_NEXT(n) = NULL; \
1121 (q)->mq_last = &MBUFQ_NEXT(n); \
1126 if ((MBUFQ_FIRST(q) = MBUFQ_NEXT(m)) == NULL) \
1129 MBUFQ_NEXT(m) = NULL; \
1138 while (MBUFQ_NEXT(_m) != (m)) \
1139 _m = MBUFQ_NEXT(_m); \
[all …]
/xnu-11417.140.69/bsd/netinet6/
H A Dfrag6.c215 MBUFQ_NEXT(merr) = NULL; in frag6_icmp6_paramprob_error()
237 MBUFQ_NEXT(m) = NULL; in frag6_icmp6_timeex_error()
/xnu-11417.140.69/bsd/net/
H A Ddlil_input.c1801 MBUFQ_NEXT(m) = NULL; in dlil_trim_overcomitted_queue_locked()
H A Dcontent_filter.c1146 MBUFQ_NEXT(m) = NULL; in cfil_queue_remove()
1162 return MBUFQ_NEXT(m); in cfil_queue_next()