Lines Matching refs:fragments
212 struct sk_buff *head = qp->q.fragments; in ip_expire()
218 if (!(qp->q.flags & INET_FRAG_FIRST_IN) || !qp->q.fragments) in ip_expire()
290 rc = qp->q.fragments && (end - start) > max; in ip_frag_too_far()
312 fp = qp->q.fragments; in ip_frag_reinit()
325 qp->q.fragments = NULL; in ip_frag_reinit()
409 for (next = qp->q.fragments; next != NULL; next = next->next) { in ip_frag_queue()
463 qp->q.fragments = next; in ip_frag_queue()
480 qp->q.fragments = skb; in ip_frag_queue()
529 struct sk_buff *fp, *head = qp->q.fragments; in ip_frag_reasm()
554 skb_morph(head, qp->q.fragments); in ip_frag_reasm()
555 head->next = qp->q.fragments->next; in ip_frag_reasm()
557 consume_skb(qp->q.fragments); in ip_frag_reasm()
558 qp->q.fragments = head; in ip_frag_reasm()
641 qp->q.fragments = NULL; in ip_frag_reasm()