Home
last modified time | relevance | path

Searched refs:pkt_csum_flags (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_copy.c111 dpkt->pkt_csum_flags = 0; in pkt_copy_from_pkt()
140 SK_KVA(dpkt), doff, dpkt->pkt_csum_flags, in pkt_copy_from_pkt()
175 dpkt->pkt_csum_flags = 0; in pkt_copy_from_pkt()
645 dpkt->pkt_csum_flags = 0; in pkt_copy_multi_buflet_from_pkt()
720 dpkt->pkt_csum_flags = 0; in pkt_copy_multi_buflet_from_pkt()
760 pkt->pkt_csum_flags = m->m_pkthdr.csum_flags; in pkt_copy_from_mbuf()
795 SK_KVA(pkt), poff, pkt->pkt_csum_flags, in pkt_copy_from_mbuf()
837 pkt->pkt_csum_flags = 0; in pkt_copy_from_mbuf()
1121 pkt->pkt_csum_flags = m->m_pkthdr.csum_flags; in pkt_copy_multi_buflet_from_mbuf()
1156 SK_KVA(pkt), poff, pkt->pkt_csum_flags, in pkt_copy_multi_buflet_from_mbuf()
[all …]
H A Dos_packet.h196 (((_p)->pkt_csum_flags & (PACKET_CSUM_IP_CHECKED | PACKET_CSUM_IP_VALID)) \
200 ((_p)->pkt_csum_flags & (PACKET_CSUM_PARTIAL))
H A Dos_packet_private.h650 #define pkt_csum_flags pkt_com.__p_csum_flags macro
H A Dpacket_common.h755 PKT_ADDR(ph)->pkt_csum_flags = flags; in __packet_set_inet_checksum()
789 return PKT_ADDR(ph)->pkt_csum_flags; in __packet_get_inet_checksum()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c205 is_input ? "s":"d", pkt->pkt_csum_flags, in _pkt_agg_log()
540 spkt->pkt_csum_flags |= PACKET_CSUM_IP_CHECKED; in copy_pkt_csum_packed()
545 spkt->pkt_csum_flags |= PACKET_CSUM_IP_VALID; in copy_pkt_csum_packed()
549 verify_l4 = ((spkt->pkt_csum_flags & PACKET_CSUM_RX_FULL_FLAGS) != in copy_pkt_csum_packed()
737 pkt->pkt_csum_flags |= PACKET_CSUM_IP_CHECKED; in copy_pkt_csum()
741 pkt->pkt_csum_flags |= PACKET_CSUM_IP_VALID; in copy_pkt_csum()
2090 m->m_pkthdr.csum_flags |= (pkt->pkt_csum_flags & in flow_rx_agg_host()
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c324 pkt->pkt_csum_flags = 0; in netif_gso_tcp_segment_mbuf()
/xnu-8020.140.41/bsd/skywalk/channel/
H A Dchannel_ring.c1844 sk_proc_pid(p), kpkt->pkt_csum_flags, in kr_internalize_metadata()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1921 (spkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)); in dp_copy_to_dev_pkt()