Home
last modified time | relevance | path

Searched refs:m_copydata_sum (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/skywalk/
H A Dskt_copy_cksum.c84 m_copydata_sum(struct mbuf *m, int off, int len, void *vp, uint32_t initial_sum, in m_copydata_sum() function
443 sum = m_copydata_sum(&m[0], 0, len, &st_dst_buffer[doffset], in target_cksum_multi()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c468 *partial_sum = m_copydata_sum(spkt->pkt_mbuf, in _copy_data_sum_dbuf()
592 data_partial = m_copydata_sum(spkt->pkt_mbuf, in copy_pkt_csum_packed()
762 partial = m_copydata_sum(pkt->pkt_mbuf, start, len, in copy_pkt_csum()
790 partial = m_copydata_sum(pkt->pkt_mbuf, start, in copy_pkt_csum()
/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpacket_copy.c851 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf()
893 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf()
1948 m_copydata_sum(struct mbuf *m, int off, int len, void *__sized_by(len)vp, uint32_t initial_sum, in m_copydata_sum() function
H A Dpacket_var.h843 m_copydata_sum(struct mbuf *m, int off, int len, void *__sized_by(len) vp, uint32_t initial_sum,
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c345 partial = m_copydata_sum(m, off, mss, baddr, 0, NULL); in netif_gso_tcp_segment_mbuf()