Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance
257 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
1627 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT))) in sctp_sendmsg_parse()1630 if (((sflags & SCTP_EOF) && msg_len > 0) || in sctp_sendmsg_parse()1631 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0)) in sctp_sendmsg_parse()1654 if (sflags & (SCTP_EOF | SCTP_ABORT)) in sctp_sendmsg_new_asoc()1749 if (sflags & SCTP_EOF) { in sctp_sendmsg_check_sflags()2888 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()2946 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()8578 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8602 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
317 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator