Searched refs:fs_index (Results 1 – 3 of 3) sorted by relevance
260 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \261 stcb->asoc.fs_index = 0;\265 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \266 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \267 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \268 stcb->asoc.fs_index++; \281 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \282 stcb->asoc.fs_index = 0;\287 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 1; \288 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 0; \[all …]
991 uint16_t fs_index; member
1189 asoc->fs_index = 0; in sctp_init_asoc()