Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_indata.c763 uint32_t tsize, pd_point; in sctp_deliver_reasm_check() local
784 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT, in sctp_deliver_reasm_check()
787 pd_point = stcb->sctp_ep->partial_delivery_point; in sctp_deliver_reasm_check()
789 if (sctp_is_all_msg_on_reasm(asoc, &tsize) || (tsize >= pd_point)) { in sctp_deliver_reasm_check()
2236 uint32_t tsize, pd_point; in sctp_service_queues() local
2273 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT, in sctp_service_queues()
2276 pd_point = stcb->sctp_ep->partial_delivery_point; in sctp_service_queues()
2278 if (sctp_is_all_msg_on_reasm(asoc, &tsize) || (tsize >= pd_point)) { in sctp_service_queues()