Searched refs:sctp_wspace (Results 1 – 1 of 1) sorted by relevance
120 static inline int sctp_wspace(struct sctp_association *asoc) in sctp_wspace() function1930 if (sctp_wspace(asoc) < msg_len) in sctp_sendmsg_to_asoc()1931 sctp_prsctp_prune(asoc, sinfo, msg_len - sctp_wspace(asoc)); in sctp_sendmsg_to_asoc()1933 if (!sctp_wspace(asoc)) { in sctp_sendmsg_to_asoc()8388 if (sctp_wspace(asoc) <= 0) in __sctp_write_space()8548 if (msg_len <= sctp_wspace(asoc)) in sctp_wait_for_sndbuf()