Home
last modified time | relevance | path

Searched refs:next_mid_unordered (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h679 uint32_t next_mid_unordered; member
Dsctp_output.c3754 stcb->asoc.strmout[i].next_mid_unordered = 0;
8083 chk->rec.data.mid = strq->next_mid_unordered;
8085 strq->next_mid_unordered++;
12964 stcb->asoc.strmout[i].next_mid_unordered = oldstream[i].next_mid_unordered;
12993 stcb->asoc.strmout[i].next_mid_unordered = 0;
Dsctp_input.c2085 stcb->asoc.strmout[i].next_mid_unordered = 0; in sctp_process_cookie_existing()
3749 stcb->asoc.strmout[temp].next_mid_unordered = 0;
3754 stcb->asoc.strmout[i].next_mid_unordered = 0;
Dsctputil.c1338 asoc->strmout[i].next_mid_unordered = 0; in sctp_init_asoc()
5690 chk->rec.data.mid = strq->next_mid_unordered;
5720 strq->next_mid_unordered++;