Home
last modified time | relevance | path

Searched refs:CSUM_IP (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h731 #define CSUM_IP 0x0001 /* will csum IP */ macro
748 #define CSUM_DELAY_IP (CSUM_IP) /* IPv4 only: no IPv6 IP cksum */
/xnu-11215.41.3/bsd/net/
H A Dnat464_utils.c1113 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()
H A Dif_bridge.c5159 if_csum = ifp->if_hwassist & (CSUM_TCP | CSUM_IP);
10827 m->m_pkthdr.csum_flags &= ~CSUM_IP;
10900 if (state->sw_csum & CSUM_IP) {
10964 state->sw_csum = CSUM_DELAY_DATA | CSUM_IP; /* XXX */
H A Ddlil.c2237 _CASSERT(CSUM_IP == IF_HWASSIST_CSUM_IP); in dlil_init()
/xnu-11215.41.3/bsd/skywalk/packet/
H A Dpacket_copy.c787 if (mbuf_flags & CSUM_IP) { in _convert_mbuf_csum_flags()
1415 mbuf_flags |= CSUM_IP; in _convert_pkt_csum_flags()
/xnu-11215.41.3/bsd/netinet/
H A Dip_output.c3395 m->m_pkthdr.csum_flags |= CSUM_IP; in ip_output_checksum()
/xnu-11215.41.3/bsd/kern/
H A Duipc_mbuf.c2257 _CASSERT(MBUF_CSUM_REQ_IP == CSUM_IP); in mbinit()