Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dmbuf.h747 #define CSUM_IP 0x0001 /* will csum IP */ macro
764 #define CSUM_DELAY_IP (CSUM_IP) /* IPv4 only: no IPv6 IP cksum */
/xnu-11417.101.15/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.c5170 if_csum = ifp->if_hwassist & (CSUM_TCP | CSUM_IP);
10143 m->m_pkthdr.csum_flags &= ~CSUM_IP;
10216 if (state->sw_csum & CSUM_IP) {
10280 state->sw_csum = CSUM_DELAY_DATA | CSUM_IP; /* XXX */
H A Ddlil.c1387 _CASSERT(CSUM_IP == IF_HWASSIST_CSUM_IP); in dlil_init()
/xnu-11417.101.15/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-11417.101.15/bsd/netinet/
H A Dip_output.c3425 m->m_pkthdr.csum_flags |= CSUM_IP; in ip_output_checksum()
/xnu-11417.101.15/bsd/kern/
H A Duipc_mbuf.c2272 _CASSERT(MBUF_CSUM_REQ_IP == CSUM_IP); in mbinit()