Lines Matching defs:first_frag
403 struct sk_buff *first_frag = NULL;
421 * 'first_frag' and next_tsn are reset when we find a chunk which
424 * fragment in order. If not, first_frag is reset to NULL and we
451 first_frag = pos;
456 if ((first_frag) && (ctsn == next_tsn)) {
463 first_frag = NULL;
467 if (first_frag && (ctsn == next_tsn))
470 first_frag = NULL;
500 &ulpq->reasm, first_frag, pos);
509 struct sk_buff *pos, *last_frag, *first_frag;
523 last_frag = first_frag = NULL;
534 if (!first_frag)
538 if (!first_frag) {
539 first_frag = pos;
549 if (!first_frag)
550 first_frag = pos;
566 first_frag, last_frag);
609 struct sk_buff *pos, *last_frag, *first_frag;
622 last_frag = first_frag = NULL;
632 if (!first_frag) {
633 first_frag = pos;
641 if (!first_frag)
651 if (!first_frag)
667 first_frag, last_frag);