Home | History | Annotate | Download | only in netinet

Lines Matching refs:fs_index

331         if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \
332 stcb->asoc.fs_index = 0;\
333 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
334 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
335 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
336 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
337 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \
338 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \
339 stcb->asoc.fs_index++; \
352 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \
353 stcb->asoc.fs_index = 0;\
354 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
355 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
356 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
357 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
358 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 1; \
359 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 0; \
360 stcb->asoc.fs_index++; \