Home
last modified time | relevance | path

Searched refs:is_fragment (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3837 ip_get_dst_v6(ip6_t *ip6h, const mblk_t *mp, boolean_t *is_fragment) in ip_get_dst_v6() argument
3854 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()
H A Dspd.c5196 boolean_t is_fragment; in ipsec_tun_outbound() local
5266 is_fragment = IS_V4_FRAGMENT( in ipsec_tun_outbound()
5270 &is_fragment); in ipsec_tun_outbound()
5273 if (is_fragment) { in ipsec_tun_outbound()