Lines Matching refs:pd_api_started
904 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()
1223 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1270 if ((control->length < pd_point) || (strm->pd_api_started)) { in sctp_deliver_reasm_check()
1287 strm->pd_api_started = 1; in sctp_deliver_reasm_check()
1350 strm->pd_api_started = 0; in sctp_add_chk_to_control()
1642 if (strm->pd_api_started) { in sctp_queue_data_for_reasm()
1643 strm->pd_api_started = 0; in sctp_queue_data_for_reasm()