Home
last modified time | relevance | path

Searched refs:mtail (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/classq/
H A Dclassq.c521 struct mbuf *m0, **mtail; in _removeq_mbuf() local
536 mtail = &MBUFQ_NEXT(m0); in _removeq_mbuf()
538 mtail = &MBUFQ_FIRST(head); in _removeq_mbuf()
541 *mtail = MBUFQ_NEXT(m); in _removeq_mbuf()
542 if (*mtail == NULL) { in _removeq_mbuf()
543 head->mq_last = mtail; in _removeq_mbuf()
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1151 struct mbuf *m, *mb, *nm = NULL, *mtail = NULL; in mptcp_uiotombuf() local
1205 if (mtail != NULL) { in mptcp_uiotombuf()
1206 mtail->m_next = mb; in mptcp_uiotombuf()
1210 mtail = mb; in mptcp_uiotombuf()