Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h672 #define CSUM_IP 0x0001 /* will csum IP */ macro
689 #define CSUM_DELAY_IP (CSUM_IP) /* IPv4 only: no IPv6 IP cksum */
/xnu-8020.140.41/bsd/net/
H A Dnat464_utils.c1107 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()
H A Dif_bridge.c4849 if_csum = ifp->if_hwassist & (CSUM_TCP | CSUM_IP);
9314 m->m_pkthdr.csum_flags &= ~CSUM_IP;
9383 if (state->sw_csum & CSUM_IP) {
9441 state->sw_csum = CSUM_DELAY_DATA | CSUM_IP; /* XXX */
H A Ddlil.c2391 _CASSERT(CSUM_IP == IF_HWASSIST_CSUM_IP); in dlil_init()
/xnu-8020.140.41/bsd/netinet/
H A Dip_output.c3330 m->m_pkthdr.csum_flags |= CSUM_IP; in ip_output_checksum()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1600 _CASSERT(MBUF_CSUM_REQ_IP == CSUM_IP); in mbinit()