Home | History | Annotate | Download | only in netinet6

Lines Matching defs:ip6f

171 	struct ip6_frag *ip6f;
186 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
187 if (ip6f == NULL)
212 ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && (frgpartlen & 0x7) != 0)) {
235 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
236 if (fragoff == 0 && !(ip6f->ip6f_offlg & IP6F_MORE_FRAG)) {
241 return ip6f->ip6f_nxt;
257 if (ip6f->ip6f_ident == q6->ip6q_ident &&
296 q6->ip6q_ident = ip6f->ip6f_ident;
312 q6->ip6q_nxt = ip6f->ip6f_nxt;
382 ip6af->ip6af_mff = (ip6f->ip6f_offlg & IP6F_MORE_FRAG) != 0;