Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance
257 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
1643 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT))) in sctp_sendmsg_parse()1646 if (((sflags & SCTP_EOF) && msg_len > 0) || in sctp_sendmsg_parse()1647 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0)) in sctp_sendmsg_parse()1670 if (sflags & (SCTP_EOF | SCTP_ABORT)) in sctp_sendmsg_new_asoc()1765 if (sflags & SCTP_EOF) { in sctp_sendmsg_check_sflags()2913 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()2971 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()8867 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8891 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
319 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator