Searched defs:first_frag (Results 1 - 1 of 1) sorted by relevance

/net/sctp/
H A Dulpqueue.c410 struct sk_buff *first_frag = NULL; local
428 * 'first_frag' and next_tsn are reset when we find a chunk which
431 * fragment in order. If not, first_frag is reset to NULL and we
458 first_frag = pos;
463 if ((first_frag) && (ctsn == next_tsn)) {
470 first_frag = NULL;
474 if (first_frag && (ctsn == next_tsn))
477 first_frag = NULL;
508 &ulpq->reasm, first_frag, pos);
517 struct sk_buff *pos, *last_frag, *first_frag; local
617 struct sk_buff *pos, *last_frag, *first_frag; local
[all...]

Completed in 5 milliseconds