Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c754 uint32_t pd_point, in sctp_handle_old_unordered_data() argument
881 if ((control->length > pd_point) && (strm->pd_api_started == 0)) { in sctp_handle_old_unordered_data()
1045 uint32_t pd_point; in sctp_deliver_reasm_check() local
1049 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT, in sctp_deliver_reasm_check()
1052 pd_point = stcb->sctp_ep->partial_delivery_point; in sctp_deliver_reasm_check()
1059 if (sctp_handle_old_unordered_data(stcb, asoc, strm, control, pd_point, inp_read_lock_held)) { in sctp_deliver_reasm_check()
1102 if ((control->length >= pd_point) && (strm->pd_api_started == 0)) { in sctp_deliver_reasm_check()
1228 if ((control->length < pd_point) || (strm->pd_api_started)) { in sctp_deliver_reasm_check()