Home
last modified time | relevance | path

Searched refs:fs_index (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h257 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) \
[all …]
H A Dsctp_structs.h983 uint16_t fs_index; member
H A Dsctputil.c1189 asoc->fs_index = 0; in sctp_init_asoc()