Lines Matching defs:frag
465 if (fin->fin_off != 0) /* Not the first frag */
624 struct ip6_frag *frag;
635 frag = (struct ip6_frag *)((char *)fin->fin_dp - sizeof(*frag));
641 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {
648 fin->fin_id = frag->ip6f_ident;
649 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
653 return frag->ip6f_nxt;
2244 * If the rule has "keep frag" and the packet is actually a fragment,
6331 /* frag */