Searched refs:moff (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 807 struct mbuf *m, const uint16_t moff, const uint32_t len, in pkt_copy_from_mbuf() argument 838 m_copydata(m, moff, start, baddr); in pkt_copy_from_mbuf() 847 m_copydata(m, moff, len, baddr); in pkt_copy_from_mbuf() 875 m_copydata(m, moff, start, baddr); in pkt_copy_from_mbuf() 901 m_copydata(m, moff, len, baddr); in pkt_copy_from_mbuf() 1194 const uint16_t poff, struct mbuf *m, const uint16_t moff, in pkt_copy_multi_buflet_from_mbuf() argument 1226 m_copydata(m, moff, start, baddr); in pkt_copy_multi_buflet_from_mbuf() 1235 (void) m_copypkt_sum(m, moff, ph, poff, len, FALSE); in pkt_copy_multi_buflet_from_mbuf() 1263 m_copydata(m, moff, start, baddr); in pkt_copy_multi_buflet_from_mbuf() 1290 m_copypkt_sum(m, moff, ph, poff, len, FALSE); in pkt_copy_multi_buflet_from_mbuf() [all …]
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | pf_pbuf.c | 344 int moff; in pbuf_contig_segment() local 346 n = m_pulldown(pbuf->pb_mbuf, off, len, &moff); in pbuf_contig_segment() 356 rv = (void *__single)(mtod(n, uint8_t *) + moff); in pbuf_contig_segment()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_socket.c | 3313 int moff, type = 0; in soreceive() local 3697 moff = 0; in soreceive() 3733 if (len > m->m_len - moff) { in soreceive() 3734 len = m->m_len - moff; in soreceive() 3784 error = uiomove(mtod(m, caddr_t) + moff, in soreceive() 3795 if (len == m->m_len - moff) { in soreceive() 3801 moff = 0; in soreceive() 3836 moff += len; in soreceive()
|