HomeSort by: relevance | last modified time | path
    Searched defs:sctp_sendall (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 4774 sctp_sendall (struct sctp_inpcb *inp, struct uio *uio, struct mbuf *m, struct sctp_sndrcvinfo *srcv) function in typeref:typename:int
4790 ca->sndrcv.sinfo_flags &= ~SCTP_SENDALL;
7154 if (srcv.sinfo_flags & SCTP_SENDALL) {
7162 return (sctp_sendall(inp, NULL, m, &srcv));
9869 if (srcv.sinfo_flags & SCTP_SENDALL) {
9878 return (sctp_sendall(inp, uio, top, &srcv));

Completed in 18 milliseconds