Lines Matching defs:frag
826 struct ip6_frag *frag;
830 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
831 if (frag == NULL) {
836 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {
847 fin->fin_fraghdr = frag;
848 fin->fin_id = frag->ip6f_ident;
849 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
868 return frag->ip6f_nxt;
2736 * If the rule has "keep frag" and the packet is actually a fragment,
9035 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock");