Searched refs:ip6f_offlg (Results 1 – 7 of 7) sorted by relevance
43 ND_TCHECK(dp->ip6f_offlg); in frag6_print()48 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()53 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()59 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
194 uint16_t ip6f_offlg; /* offset, reserved, and flag */ member
1210 if (!ND_TTEST(fragh->ip6f_offlg)) in get_upperlayer()1213 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
190 frag_hdr->ip6f_offlg = htons(frag_off << 3); in maybe_fill_frag_header()192 frag_hdr->ip6f_offlg |= IP6F_MORE_FRAG; in maybe_fill_frag_header()208 uint16_t frag_off = (ntohs(frag_hdr->ip6f_offlg & IP6F_OFF_MASK) >> 3); in parse_frag_header()209 if (frag_hdr->ip6f_offlg & IP6F_MORE_FRAG) { in parse_frag_header()
122 if (frag_hdr_len && frag_hdr->ip6f_offlg & IP6F_OFF_MASK) { in ipv4_packet()
155 if (frag_hdr && (frag_hdr->ip6f_offlg & IP6F_OFF_MASK)) { in ipv6_packet()
190 (frag->ip6f_offlg & (IP6F_OFF_MASK | IP6F_MORE_FRAG)); in is_ipv6_fragment()198 return ntohs((frag->ip6f_offlg & IP6F_OFF_MASK) >> 3); in ipv6_fragment_offset()