Home
last modified time | relevance | path

Searched refs:CSUM_UDP (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dnat464_utils.c880 if (!(*pbuf->pb_csum_flags & (CSUM_UDP | CSUM_PARTIAL)) && in nat464_translate_proto()
1117 if (*pbuf->pb_csum_flags & CSUM_UDP) { in nat464_translate_proto()
H A Ddlil.c1403 static_assert(CSUM_UDP == IF_HWASSIST_CSUM_UDP); in dlil_init()
H A Dpf.c2317 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpacket_copy.c791 if (mbuf_flags & CSUM_UDP) { in _convert_mbuf_csum_flags()
904 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_from_mbuf()
1305 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_multi_buflet_from_mbuf()
1445 mbuf_flags |= CSUM_UDP; in _convert_pkt_csum_flags()
/xnu-12377.61.12/bsd/sys/
H A Dmbuf.h758 #define CSUM_UDP 0x0004 /* will csum UDP */ macro
772 #define CSUM_DELAY_DATA (CSUM_TCP | CSUM_UDP)
/xnu-12377.61.12/bsd/netinet/
H A Dip_output.c1774 !(m->m_pkthdr.csum_flags & (CSUM_UDP | CSUM_PARTIAL))) { in ip_output_list()
2159 (m->m_pkthdr.csum_flags & (CSUM_UDP | CSUM_ZERO_INVERT))) { in in_finalize_cksum()
H A Dudp_usrreq.c1964 m->m_pkthdr.csum_flags = (CSUM_UDP | CSUM_ZERO_INVERT); in udp_output()
3128 (CSUM_UDP | CSUM_ZERO_INVERT); in udp_fill_keepalive_offload_frames()
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c1396 static_assert(MBUF_CSUM_REQ_UDP == CSUM_UDP); in mbinit()
H A Duipc_mbuf_mcache.c1029 static_assert(MBUF_CSUM_REQ_UDP == CSUM_UDP); in mbinit()