Home
last modified time | relevance | path

Searched refs:SCTP_ABORT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/net/sctp/
Duser.h164 SCTP_ABORT=4, /* Send an ABORT message to the peer. */ enumerator
/linux-3.4.99/net/sctp/
Dsocket.c1672 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) { in sctp_sendmsg()
1683 (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) { in sctp_sendmsg()
1747 if (sinfo_flags & SCTP_ABORT) { in sctp_sendmsg()
1766 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) { in sctp_sendmsg()
6217 SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()