Searched refs:is_fragment (Results 1 – 2 of 2) sorted by relevance
3837 ip_get_dst_v6(ip6_t *ip6h, const mblk_t *mp, boolean_t *is_fragment) in ip_get_dst_v6() argument3854 if (is_fragment != NULL) in ip_get_dst_v6()3855 *is_fragment = B_FALSE; in ip_get_dst_v6()3891 if (nexthdr == IPPROTO_FRAGMENT && is_fragment != NULL) in ip_get_dst_v6()3892 *is_fragment = B_TRUE; in ip_get_dst_v6()
5196 boolean_t is_fragment; in ipsec_tun_outbound() local5266 is_fragment = IS_V4_FRAGMENT( in ipsec_tun_outbound()5270 &is_fragment); in ipsec_tun_outbound()5273 if (is_fragment) { in ipsec_tun_outbound()