Lines Matching refs:m_data
43 ((m)->m_data - M_START(m))
172 KASSERT(n->m_data == M_START(n), in tcp_pcap_copy_bestfit()
199 bcopy(th, n->m_data, bytes_to_copy); in tcp_pcap_copy_bestfit()
209 if ((caddr_t) th >= (caddr_t) m_cur->m_data && in tcp_pcap_copy_bestfit()
210 (caddr_t) th < (caddr_t) (m_cur->m_data + m_cur->m_len)) in tcp_pcap_copy_bestfit()
216 bytes_to_copy += (caddr_t) th - (caddr_t) m_cur->m_data; in tcp_pcap_copy_bestfit()
247 trailing_data -= (caddr_t) th - (caddr_t) m_cur->m_data; in tcp_pcap_copy_bestfit()
259 m_copydata(m, skip, bytes_to_copy, n->m_data); in tcp_pcap_copy_bestfit()
373 n->m_data = m->m_data; in tcp_pcap_add()
377 else if (((m->m_data + m->m_len) - M_START(m)) <= M_SIZE(n)) { in tcp_pcap_add()
388 n->m_data = n->m_dat + M_LEADINGSPACE_NOWRITE(m); in tcp_pcap_add()
391 m_copydata(m, 0, m->m_len, n->m_data); in tcp_pcap_add()