Home
last modified time | relevance | path

Searched refs:CSUM_FRAGMENT (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnat464_utils.c1120 if (*pbuf->pb_csum_flags & CSUM_FRAGMENT) { in nat464_translate_proto()
1125 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()
H A Ddlil.c1405 static_assert(CSUM_FRAGMENT == IF_HWASSIST_CSUM_FRAGMENT); in dlil_init()
H A Dpf.c9358 (ifp->if_hwassist & CSUM_FRAGMENT))) { in pf_route()
/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h759 #define CSUM_FRAGMENT 0x0010 /* will do IP fragmentation */ macro
/xnu-12377.1.9/bsd/netinet/
H A Dip_output.c1652 (!(ip->ip_off & IP_DF) && (ifp->if_hwassist & CSUM_FRAGMENT))) { in ip_output_list()