Searched refs:is_fragment (Results 1 – 2 of 2) sorted by relevance
3938 ip_get_dst_v6(ip6_t *ip6h, const mblk_t *mp, boolean_t *is_fragment) in ip_get_dst_v6() argument3955 if (is_fragment != NULL) in ip_get_dst_v6()3956 *is_fragment = B_FALSE; in ip_get_dst_v6()3992 if (nexthdr == IPPROTO_FRAGMENT && is_fragment != NULL) in ip_get_dst_v6()3993 *is_fragment = B_TRUE; in ip_get_dst_v6()
5188 boolean_t is_fragment; in ipsec_tun_outbound() local5258 is_fragment = IS_V4_FRAGMENT( in ipsec_tun_outbound()5262 &is_fragment); in ipsec_tun_outbound()5265 if (is_fragment) { in ipsec_tun_outbound()