HomeSort by relevance Sort by last modified time
    Searched refs:pd_point (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 781 uint32_t tsize, pd_point; local
802 pd_point = min(SCTP_SB_LIMIT_RCV(stcb->sctp_socket) >> SCTP_PARTIAL_DELIVERY_SHIFT,
805 pd_point = stcb->sctp_ep->partial_delivery_point;
807 if (sctp_is_all_msg_on_reasm(asoc, &tsize) || (tsize >= pd_point)) {
2250 uint32_t tsize, pd_point; local
    [all...]
sctputil.c 4963 uint32_t pd_point, length; local
    [all...]

Completed in 51 milliseconds