Home
last modified time | relevance | path

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

/xnu-8020.101.4/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 = 0; in pkt_copy_from_mbuf()
794 SK_KVA(pkt), poff, pkt->pkt_csum_flags, in pkt_copy_from_mbuf()
836 pkt->pkt_csum_flags = 0; in pkt_copy_from_mbuf()
1120 pkt->pkt_csum_flags = 0; in pkt_copy_multi_buflet_from_mbuf()
1153 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_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.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c205 is_input ? "s":"d", pkt->pkt_csum_flags, in _pkt_agg_log()
526 spkt->pkt_csum_flags &= ~PACKET_CSUM_RX_FLAGS; in copy_pkt_csum_packed()
541 spkt->pkt_csum_flags |= PACKET_CSUM_IP_CHECKED; in copy_pkt_csum_packed()
546 spkt->pkt_csum_flags |= PACKET_CSUM_IP_VALID; in copy_pkt_csum_packed()
618 __packet_set_inet_checksum(SK_PKT2PH(spkt), spkt->pkt_csum_flags | in copy_pkt_csum_packed()
692 pkt->pkt_csum_flags &= ~PACKET_CSUM_RX_FLAGS; in copy_pkt_csum()
727 pkt->pkt_csum_flags |= PACKET_CSUM_IP_CHECKED; in copy_pkt_csum()
731 pkt->pkt_csum_flags |= PACKET_CSUM_IP_VALID; in copy_pkt_csum()
799 __packet_set_inet_checksum(SK_PKT2PH(pkt), pkt->pkt_csum_flags | in copy_pkt_csum()
2066 m->m_pkthdr.csum_flags |= (pkt->pkt_csum_flags & in flow_rx_agg_host()
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c324 pkt->pkt_csum_flags = 0; in netif_gso_tcp_segment_mbuf()
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_ring.c1844 sk_proc_pid(p), kpkt->pkt_csum_flags, in kr_internalize_metadata()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1921 (spkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)); in dp_copy_to_dev_pkt()