Lines Matching defs:frag
466 if (fin->fin_off != 0) /* Not the first frag */
625 struct ip6_frag *frag;
636 frag = (struct ip6_frag *)((char *)fin->fin_dp - sizeof(*frag));
642 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {
649 fin->fin_id = frag->ip6f_ident;
650 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
654 return frag->ip6f_nxt;
2247 * If the rule has "keep frag" and the packet is actually a fragment,
6334 /* frag */