Searched refs:mtail (Results 1 – 2 of 2) sorted by relevance
521 struct mbuf *m0, **mtail; in _removeq_mbuf() local536 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()
1151 struct mbuf *m, *mb, *nm = NULL, *mtail = NULL; in mptcp_uiotombuf() local1205 if (mtail != NULL) { in mptcp_uiotombuf()1206 mtail->m_next = mb; in mptcp_uiotombuf()1210 mtail = mb; in mptcp_uiotombuf()