Searched refs:IP6F_MORE_FRAG (Results 1 – 10 of 10) sorted by relevance
244 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro248 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
210 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
479 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()714 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) ? true : false; in frag6_input()
283 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_fragment()
526 if (frag->ip6f_offlg & IP6F_MORE_FRAG) in nat64_init_ip4hdr()590 ip6f.ip6f_offlg |= IP6F_MORE_FRAG; in nat64_fragment6()1629 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0 && in nat64_do_handle_ip6()
323 ip6f_mf = offset & IP6F_MORE_FRAG; in ipfw_log_syslog()
1682 IP6F_MORE_FRAG; in ipfw_chk()
855 frent->fe_mff = fraghdr->ip6f_offlg & IP6F_MORE_FRAG; in pf_reassemble6()
9728 if (frag.ip6f_offlg & IP6F_MORE_FRAG) in pf_walk_header6()
801 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) { in ipf_pr_fragment6()