Home
last modified time | relevance | path

Searched refs:IPPF_FRAGHDR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2714 if (!(ipp->ipp_fields & IPPF_FRAGHDR)) { in ip_find_hdr_v6()
2715 ipp->ipp_fields |= IPPF_FRAGHDR; in ip_find_hdr_v6()
H A Dspd.c174 #define IS_V6_FRAGMENT(ipp) (ipp.ipp_fields & IPPF_FRAGHDR)
6338 if (!(ipp.ipp_fields & IPPF_FRAGHDR)) { in ipsec_fragcache_add()
H A Dip.c15017 if (fields & IPPF_FRAGHDR) { in ip_pkt_copy()
15023 dst->ipp_fields |= IPPF_FRAGHDR; in ip_pkt_copy()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2833 #define IPPF_FRAGHDR 0x0800 /* Used for IPsec receive side */ macro