Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c843 strm->pd_api_started = 0; in sctp_handle_old_unordered_data()
878 if (cnt_added && strm->pd_api_started) { in sctp_handle_old_unordered_data()
881 if ((control->length > pd_point) && (strm->pd_api_started == 0)) { in sctp_handle_old_unordered_data()
882 strm->pd_api_started = 1; in sctp_handle_old_unordered_data()
1063 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1102 if ((control->length >= pd_point) && (strm->pd_api_started == 0)) { in sctp_deliver_reasm_check()
1103 strm->pd_api_started = 1; in sctp_deliver_reasm_check()
1117 if (strm->pd_api_started) { in sctp_deliver_reasm_check()
1159 if (strm->pd_api_started && control->pdapi_started) { in sctp_deliver_reasm_check()
1161 strm->pd_api_started = 0; in sctp_deliver_reasm_check()
[all …]
H A Dsctp_structs.h564 uint8_t pd_api_started; member
H A Dsctp_input.c369 asoc->strmin[i].pd_api_started = 0; in sctp_process_init()
3845 stcb->asoc.strmin[i].pd_api_started = oldstrm[i].pd_api_started; in sctp_handle_str_reset_add_strm()
3862 stcb->asoc.strmin[i].pd_api_started = 0; in sctp_handle_str_reset_add_strm()