Lines Matching refs:mtail
759 struct mbuf *m0, *mtail; in vn_sendfile() local
762 mtail = NULL; in vn_sendfile()
1034 if (mtail != NULL) in vn_sendfile()
1035 mtail->m_next = m0; in vn_sendfile()
1038 mtail = m0; in vn_sendfile()
1043 mtail->m_flags |= M_NOTREADY; in vn_sendfile()
1052 mtail->m_len += xfs; in vn_sendfile()
1053 mtail->m_ext.ext_size += PAGE_SIZE; in vn_sendfile()
1117 if (mtail != NULL) in vn_sendfile()
1118 mtail->m_next = m0; in vn_sendfile()
1121 mtail = m0; in vn_sendfile()