Lines Matching refs:fraghdr
6266 ip6_frag_t *fraghdr;
6340 fraghdr = ipp.ipp_fraghdr;
6363 i = IPSEC_FRAG_HASH_FUNC(fraghdr->ip6f_ident);
6374 ASSERT(fraghdr != NULL);
6376 if ((fep->itpfe_id == fraghdr->ip6f_ident) &&
6396 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK);
6399 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0;
6402 "is_last_frag = %d, id = %d, fraghdr = %p, mp = %p\n",
6403 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr,
6455 fep->itpfe_id = fraghdr->ip6f_ident;
6745 fraghdr = ipp.ipp_fraghdr;
6746 firstbyte = ntohs(fraghdr->ip6f_offlg &
6784 (!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) {