Home
last modified time | relevance | path

Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sctp/
Dchunk.c271 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
308 if ((sinfo->sinfo_flags & SCTP_EOF) || in sctp_datamsg_from_user()
Dsocket.c1674 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) { in sctp_sendmsg()
1684 if (((sinfo_flags & SCTP_EOF) && (msg_len > 0)) || in sctp_sendmsg()
1685 (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) { in sctp_sendmsg()
1742 if (sinfo_flags & SCTP_EOF) { in sctp_sendmsg()
1771 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) { in sctp_sendmsg()
2775 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_send_param()
2815 SCTP_ABORT | SCTP_EOF)) in sctp_setsockopt_default_sndinfo()
6649 SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
6673 SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()
/linux-4.4.14/include/uapi/linux/
Dsctp.h230 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */ enumerator