Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance
257 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
1642 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT))) in sctp_sendmsg_parse()1645 if (((sflags & SCTP_EOF) && msg_len > 0) || in sctp_sendmsg_parse()1646 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0)) in sctp_sendmsg_parse()1669 if (sflags & (SCTP_EOF | SCTP_ABORT)) in sctp_sendmsg_new_asoc()1764 if (sflags & SCTP_EOF) { in sctp_sendmsg_check_sflags()2900 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()2958 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()8830 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8854 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
319 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator