Lines Matching refs:fs_index
257 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \
258 stcb->asoc.fs_index = 0;\
259 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
260 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.tsn; \
261 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
262 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
263 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \
264 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \
265 stcb->asoc.fs_index++; \
278 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \
279 stcb->asoc.fs_index = 0;\
280 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
281 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.tsn; \
282 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
283 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
284 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 1; \
285 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 0; \
286 stcb->asoc.fs_index++; \