Lines Matching refs:send_iovec
3057 WSABUF send_iovec[MAXLEN_MBUF_CHAIN]; local
3060 struct iovec send_iovec[MAXLEN_MBUF_CHAIN]; local
3127 send_iovec[iovcnt].iov_base = (caddr_t)m->m_data;
3128 send_iovec[iovcnt].iov_len = SCTP_BUF_LEN(m);
3129 send_count += send_iovec[iovcnt].iov_len;
3131 send_iovec[iovcnt].buf = (caddr_t)m->m_data;
3132 send_iovec[iovcnt].len = SCTP_BUF_LEN(m);
3133 send_count += send_iovec[iovcnt].len;
3145 msg_hdr.msg_iov = send_iovec;
3164 win_msg_hdr.lpBuffers = (LPWSABUF)send_iovec;
3172 …if (WSASendTo(SCTP_BASE_VAR(userspace_rawsctp), (LPWSABUF) send_iovec, iovcnt, &win_sent_len, win_…
3179 …if (WSASendTo(SCTP_BASE_VAR(userspace_udpsctp), (LPWSABUF) send_iovec, iovcnt, &win_sent_len, win_…
3211 WSABUF send_iovec[MAXLEN_MBUF_CHAIN]; local
3214 struct iovec send_iovec[MAXLEN_MBUF_CHAIN]; local
3282 send_iovec[iovcnt].iov_base = (caddr_t)m->m_data;
3283 send_iovec[iovcnt].iov_len = SCTP_BUF_LEN(m);
3284 send_count += send_iovec[iovcnt].iov_len;
3286 send_iovec[iovcnt].buf = (caddr_t)m->m_data;
3287 send_iovec[iovcnt].len = SCTP_BUF_LEN(m);
3288 send_count += send_iovec[iovcnt].len;
3299 msg_hdr.msg_iov = send_iovec;
3318 win_msg_hdr.lpBuffers = (LPWSABUF)send_iovec;
3326 …if (WSASendTo(SCTP_BASE_VAR(userspace_rawsctp6), (LPWSABUF) send_iovec, iovcnt, &win_sent_len, win…
3333 …if (WSASendTo(SCTP_BASE_VAR(userspace_udpsctp6), (LPWSABUF) send_iovec, iovcnt, &win_sent_len, win…