Searched refs:m_copydata_sum (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_copy_cksum.c | 84 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 D | flow_agg.c | 468 *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 D | packet_copy.c | 851 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 D | packet_var.h | 843 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 D | nx_netif_gso.c | 345 partial = m_copydata_sum(m, off, mss, baddr, 0, NULL); in netif_gso_tcp_segment_mbuf()
|