Searched refs:m_copydata_sum (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 457 *partial_sum = m_copydata_sum(spkt->pkt_mbuf, in _copy_data_sum_dbuf() 580 data_partial = m_copydata_sum(spkt->pkt_mbuf, in copy_pkt_csum_packed() 749 partial = m_copydata_sum(pkt->pkt_mbuf, start, len, in copy_pkt_csum() 777 partial = m_copydata_sum(pkt->pkt_mbuf, start, in copy_pkt_csum()
|
| /xnu-10063.141.1/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 821 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf() 858 partial = m_copydata_sum(m, start, (len - start), in pkt_copy_from_mbuf() 1837 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 | 871 m_copydata_sum(struct mbuf *m, int off, int len, void *vp, uint32_t initial_sum,
|
| /xnu-10063.141.1/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()
|