Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c904 strm->pd_api_started = 0; in sctp_handle_old_unordered_data()
940 if (cnt_added && strm->pd_api_started) { in sctp_handle_old_unordered_data()
946 if ((control->length > pd_point) && (strm->pd_api_started == 0)) { in sctp_handle_old_unordered_data()
947 strm->pd_api_started = 1; in sctp_handle_old_unordered_data()
1125 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1164 if ((control->length >= pd_point) && (strm->pd_api_started == 0)) { in sctp_deliver_reasm_check()
1165 strm->pd_api_started = 1; in sctp_deliver_reasm_check()
1179 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1220 if (strm->pd_api_started && control->pdapi_started) { in sctp_deliver_reasm_check()
1222 strm->pd_api_started = 0; in sctp_deliver_reasm_check()
[all …]
Dsctp_structs.h600 uint8_t pd_api_started; member
Dsctp_input.c436 asoc->strmin[i].pd_api_started = 0; in sctp_process_init()
4270 stcb->asoc.strmin[i].pd_api_started = oldstrm[i].pd_api_started;
4287 stcb->asoc.strmin[i].pd_api_started = 0;