Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h260 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 …]
H A Dsctp_structs.h991 uint16_t fs_index; member
H A Dsctputil.c1189 asoc->fs_index = 0; in sctp_init_asoc()