Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c818 uint32_t pd_point, in sctp_handle_old_unordered_data() argument
946 if ((control->length > pd_point) && (strm->pd_api_started == 0)) { in sctp_handle_old_unordered_data()
1107 uint32_t pd_point; in sctp_deliver_reasm_check() local
1111 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT, in sctp_deliver_reasm_check()
1114 pd_point = stcb->sctp_ep->partial_delivery_point; in sctp_deliver_reasm_check()
1121 if (sctp_handle_old_unordered_data(stcb, asoc, strm, control, pd_point, inp_read_lock_held)) { in sctp_deliver_reasm_check()
1164 if ((control->length >= pd_point) && (strm->pd_api_started == 0)) { in sctp_deliver_reasm_check()
1280 if ((control->length < pd_point) || (strm->pd_api_started)) { in sctp_deliver_reasm_check()
Dsctputil.c5240 uint32_t pd_point, length; local
5250 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT,
5253 pd_point = inp->partial_delivery_point;
5255 if ((control->end_added == 1) || (length >= pd_point)) {