Searched refs:m_copydata_sum (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 460 *partial_sum = m_copydata_sum(spkt->pkt_mbuf, in _copy_data_sum_dbuf() 583 data_partial = m_copydata_sum(spkt->pkt_mbuf, in copy_pkt_csum_packed() 752 partial = m_copydata_sum(pkt->pkt_mbuf, start, len, in copy_pkt_csum() 780 partial = m_copydata_sum(pkt->pkt_mbuf, start, in copy_pkt_csum()
|
| /xnu-8796.101.5/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 778 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf() 815 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf() 1730 m_copydata_sum(struct mbuf *m, int off, int len, void *vp, uint32_t initial_sum, in m_copydata_sum() function
|
| H A D | packet_var.h | 902 m_copydata_sum(struct mbuf *m, int off, int len, void *vp, uint32_t initial_sum,
|
| /xnu-8796.101.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 341 partial = m_copydata_sum(m, off, mss, baddr, 0, NULL); in netif_gso_tcp_segment_mbuf()
|