Home
last modified time | relevance | path

Searched refs:CSUM_IP_FRAGS (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c1125 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()
H A Ddlil.c1404 static_assert(CSUM_IP_FRAGS == IF_HWASSIST_CSUM_IP_FRAGS); in dlil_init()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h758 #define CSUM_IP_FRAGS 0x0008 /* will csum IP fragments */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1924 !(ifp->if_hwassist & CSUM_IP_FRAGS)) { in ip_fragment()