Home
last modified time | relevance | path

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

/external/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()
1154 if ((control->length >= pd_point) && (strm->pd_api_started == 0)) { in sctp_deliver_reasm_check()
1155 strm->pd_api_started = 1; in sctp_deliver_reasm_check()
1169 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1210 if (strm->pd_api_started && control->pdapi_started) { in sctp_deliver_reasm_check()
1212 strm->pd_api_started = 0; in sctp_deliver_reasm_check()
[all …]
Dsctp_structs.h603 uint8_t pd_api_started; member
Dsctp_input.c445 asoc->strmin[i].pd_api_started = 0; in sctp_process_init()
4274 stcb->asoc.strmin[i].pd_api_started = oldstrm[i].pd_api_started;
4291 stcb->asoc.strmin[i].pd_api_started = 0;