Searched refs:sctp_wspace (Results 1 - 1 of 1) sorted by relevance

/net/sctp/
H A Dsocket.c121 static inline int sctp_wspace(struct sctp_association *asoc) function
1920 if (!sctp_wspace(asoc)) {
6806 if ((sctp_wspace(asoc) > 0) && sock) {
6944 if (msg_len <= sctp_wspace(asoc))

Completed in 15 milliseconds