Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance
270 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
1676 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT))) in sctp_sendmsg_parse()1679 if (((sflags & SCTP_EOF) && msg_len > 0) || in sctp_sendmsg_parse()1680 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0)) in sctp_sendmsg_parse()1705 if (sflags & (SCTP_EOF | SCTP_ABORT)) in sctp_sendmsg_new_asoc()1871 if (sflags & SCTP_EOF) { in sctp_sendmsg_check_sflags()3003 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()3043 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()8176 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8200 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
306 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator