Lines Matching refs:fragments
156 if (!(fq->q.flags & INET_FRAG_FIRST_IN) || !fq->q.fragments) in ip6_expire_frag_queue()
163 fq->q.fragments->dev = dev; in ip6_expire_frag_queue()
164 icmpv6_send(fq->q.fragments, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0); in ip6_expire_frag_queue()
295 for (next = fq->q.fragments; next != NULL; next = next->next) { in ip6_frag_queue()
327 fq->q.fragments = skb; in ip6_frag_queue()
383 struct sk_buff *fp, *head = fq->q.fragments; in ip6_frag_reasm()
408 skb_morph(head, fq->q.fragments); in ip6_frag_reasm()
409 head->next = fq->q.fragments->next; in ip6_frag_reasm()
411 consume_skb(fq->q.fragments); in ip6_frag_reasm()
412 fq->q.fragments = head; in ip6_frag_reasm()
505 fq->q.fragments = NULL; in ip6_frag_reasm()