Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnat464_utils.c868 if (!(*pbuf->pb_csum_flags & (CSUM_UDP | CSUM_PARTIAL)) && in nat464_translate_proto()
1099 if (*pbuf->pb_csum_flags & CSUM_UDP) { in nat464_translate_proto()
H A Ddlil.c2393 _CASSERT(CSUM_UDP == IF_HWASSIST_CSUM_UDP); in dlil_init()
H A Dpf.c2219 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h674 #define CSUM_UDP 0x0004 /* will csum UDP */ macro
688 #define CSUM_DELAY_DATA (CSUM_TCP | CSUM_UDP)
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_copy.c822 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_from_mbuf()
1183 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_multi_buflet_from_mbuf()
/xnu-8020.140.41/bsd/netinet/
H A Dudp_usrreq.c1841 m->m_pkthdr.csum_flags = (CSUM_UDP | CSUM_ZERO_INVERT); in udp_output()
2973 (CSUM_UDP | CSUM_ZERO_INVERT); in udp_fill_keepalive_offload_frames()
H A Dip_output.c1687 !(m->m_pkthdr.csum_flags & (CSUM_UDP | CSUM_PARTIAL))) { in ip_output_list()
2072 (m->m_pkthdr.csum_flags & (CSUM_UDP | CSUM_ZERO_INVERT))) { in in_finalize_cksum()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1602 _CASSERT(MBUF_CSUM_REQ_UDP == CSUM_UDP); in mbinit()