Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance
271 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()308 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
1671 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) { in sctp_sendmsg()1681 if (((sinfo_flags & SCTP_EOF) && (msg_len > 0)) || in sctp_sendmsg()1682 (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) { in sctp_sendmsg()1739 if (sinfo_flags & SCTP_EOF) { in sctp_sendmsg()1768 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) { in sctp_sendmsg()2788 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()2828 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()6662 SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()6686 SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
230 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator