Lines Matching defs:first_frag
397 struct sk_buff *first_frag = NULL;
415 * 'first_frag' and next_tsn are reset when we find a chunk which
418 * fragment in order. If not, first_frag is reset to NULL and we
445 first_frag = pos;
450 if ((first_frag) && (ctsn == next_tsn)) {
457 first_frag = NULL;
461 if (first_frag && (ctsn == next_tsn))
464 first_frag = NULL;
494 &ulpq->reasm, first_frag, pos);
503 struct sk_buff *pos, *last_frag, *first_frag;
517 last_frag = first_frag = NULL;
528 if (!first_frag)
532 if (!first_frag) {
533 first_frag = pos;
543 if (!first_frag)
544 first_frag = pos;
560 first_frag, last_frag);
603 struct sk_buff *pos, *last_frag, *first_frag;
616 last_frag = first_frag = NULL;
626 if (!first_frag) {
627 first_frag = pos;
635 if (!first_frag)
645 if (!first_frag)
661 first_frag, last_frag);