Home
last modified time | relevance | path

Searched refs:pdapi_started (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_indata.c860 if (control->pdapi_started) { in sctp_handle_old_unordered_data()
862 control->pdapi_started = 0; in sctp_handle_old_unordered_data()
901 control->pdapi_started = 1; in sctp_handle_old_unordered_data()
958 (control->pdapi_started)) { in sctp_inject_old_unordered_data()
1121 control->pdapi_started = 1; in sctp_deliver_reasm_check()
1177 control->pdapi_started = 0; in sctp_deliver_reasm_check()
1266 control->pdapi_started = 1; in sctp_deliver_reasm_check()
1323 if (control->pdapi_started) { in sctp_add_chk_to_control()
1324 control->pdapi_started = 0; in sctp_add_chk_to_control()
1640 if (control->end_added && control->pdapi_started) { in sctp_queue_data_for_reasm()
[all …]
H A Dsctp_structs.h480 uint8_t pdapi_started; member