Searched refs:ip6f_offlg (Results 1 – 10 of 10) sorted by relevance
420 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()438 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()491 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()603 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()620 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()662 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()672 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
279 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in rss_mbuf_software_hash_v6()
301 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7)); in ip6_fragment()305 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
1659 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
1029 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
234 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member
526 ip->ip_off = htons(ntohs(frag->ip6f_offlg) >> 3); in nat64_init_ip4hdr()527 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()589 ip6f.ip6f_offlg = ntohs(offset); in nat64_fragment6()591 ip6f.ip6f_offlg |= IP6F_MORE_FRAG; in nat64_fragment6()1634 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0 && in nat64_do_handle_ip6()
841 frent->fe_off = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in pf_reassemble6()842 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
1605 offset = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()1607 ip6f_mf = ((struct ip6_frag *)ulp)->ip6f_offlg & in ipfw_chk()
818 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {831 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);