Searched refs:IP6F_MORE_FRAG (Results 1 – 8 of 8) sorted by relevance
241 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro245 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
420 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()672 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
305 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
309 ip6f_mf = offset & IP6F_MORE_FRAG; in ipfw_log()
1608 IP6F_MORE_FRAG; in ipfw_chk()
527 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()591 ip6f.ip6f_offlg |= IP6F_MORE_FRAG; in nat64_fragment6()1634 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0 && in nat64_do_handle_ip6()
842 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
818 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {