Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/net/
H A Dnat464_utils.c1108 if (*pbuf->pb_csum_flags & CSUM_FRAGMENT) { in nat464_translate_proto()
1113 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()
H A Ddlil.c2241 _CASSERT(CSUM_FRAGMENT == IF_HWASSIST_CSUM_FRAGMENT); in dlil_init()
H A Dpf.c9347 (ifp->if_hwassist & CSUM_FRAGMENT))) { in pf_route()
/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h735 #define CSUM_FRAGMENT 0x0010 /* will do IP fragmentation */ macro
/xnu-11215.41.3/bsd/netinet/
H A Dip_output.c1622 (!(ip->ip_off & IP_DF) && (ifp->if_hwassist & CSUM_FRAGMENT))) { in ip_output_list()