Lines Matching refs:fragments
196 struct sk_buff *head = qp->q.fragments; in ip_expire()
202 if (!(qp->q.flags & INET_FRAG_FIRST_IN) || !qp->q.fragments) in ip_expire()
274 rc = qp->q.fragments && (end - start) > max; in ip_frag_too_far()
296 fp = qp->q.fragments; in ip_frag_reinit()
309 qp->q.fragments = NULL; in ip_frag_reinit()
392 for (next = qp->q.fragments; next != NULL; next = next->next) { in ip_frag_queue()
446 qp->q.fragments = next; in ip_frag_queue()
463 qp->q.fragments = skb; in ip_frag_queue()
507 struct sk_buff *fp, *head = qp->q.fragments; in ip_frag_reasm()
533 skb_morph(head, qp->q.fragments); in ip_frag_reasm()
534 head->next = qp->q.fragments->next; in ip_frag_reasm()
536 consume_skb(qp->q.fragments); in ip_frag_reasm()
537 qp->q.fragments = head; in ip_frag_reasm()
620 qp->q.fragments = NULL; in ip_frag_reasm()