Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c1404 _CASSERT(CSUM_UDP == IF_HWASSIST_CSUM_UDP); in dlil_init()
H A Dpf.c2314 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_copy.c781 if (mbuf_flags & CSUM_UDP) { in _convert_mbuf_csum_flags()
888 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_from_mbuf()
1276 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_multi_buflet_from_mbuf()
1409 mbuf_flags |= CSUM_UDP; in _convert_pkt_csum_flags()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h749 #define CSUM_UDP 0x0004 /* will csum UDP */ macro
763 #define CSUM_DELAY_DATA (CSUM_TCP | CSUM_UDP)
/xnu-11417.140.69/bsd/netinet/
H A Dudp_usrreq.c1943 m->m_pkthdr.csum_flags = (CSUM_UDP | CSUM_ZERO_INVERT); in udp_output()
3113 (CSUM_UDP | CSUM_ZERO_INVERT); in udp_fill_keepalive_offload_frames()
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()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c2274 _CASSERT(MBUF_CSUM_REQ_UDP == CSUM_UDP); in mbinit()