Searched refs:sctp_wspace (Results 1 – 1 of 1) sorted by relevance
108 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace() function 1825 if (sctp_wspace(asoc) < (int)msg_len) in sctp_sendmsg_to_asoc() 1826 sctp_prsctp_prune(asoc, sinfo, msg_len - sctp_wspace(asoc)); in sctp_sendmsg_to_asoc() 1828 if (sctp_wspace(asoc) <= 0 || !sk_wmem_schedule(sk, msg_len)) { in sctp_sendmsg_to_asoc() 9116 if (sctp_wspace(asoc) <= 0) in __sctp_write_space() 9274 if ((int)msg_len <= sctp_wspace(asoc) && in sctp_wait_for_sndbuf()