Searched refs:fs_index (Results 1 – 3 of 3) sorted by relevance
307 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \308 stcb->asoc.fs_index = 0;\309 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \310 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.tsn; \311 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \312 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \313 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \314 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \315 stcb->asoc.fs_index++; \328 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \[all …]
1049 uint16_t fs_index; member
1219 asoc->fs_index = 0; in sctp_init_asoc()