Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h307 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 …]
Dsctp_structs.h1049 uint16_t fs_index; member
Dsctputil.c1219 asoc->fs_index = 0; in sctp_init_asoc()