Searched refs:CSUM_UDP (Results 1 – 8 of 8) sorted by relevance
880 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()
1404 _CASSERT(CSUM_UDP == IF_HWASSIST_CSUM_UDP); in dlil_init()
2314 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()
781 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()
749 #define CSUM_UDP 0x0004 /* will csum UDP */ macro763 #define CSUM_DELAY_DATA (CSUM_TCP | CSUM_UDP)
1943 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()
1774 !(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()
2274 _CASSERT(MBUF_CSUM_REQ_UDP == CSUM_UDP); in mbinit()