Searched defs:sctp_unacked (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h268 (sctp)->sctp_unacked += (chunkdata); \
273 (sctp)->sctp_unacked += (chunkdata); \
684 int32_t sctp_unacked; /* # of unacked bytes */ member in struct:sctp_s
961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked)

Completed in 65 milliseconds