Searched refs:sinfo_flags (Results 1 – 3 of 3) sorted by relevance
1441 __u16 sinfo_flags = 0; in sctp_sendmsg() local1492 sinfo_flags = sinfo->sinfo_flags; in sctp_sendmsg()1497 msg_len, sinfo_flags); in sctp_sendmsg()1500 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) { in sctp_sendmsg()1510 if (((sinfo_flags & SCTP_EOF) && (msg_len > 0)) || in sctp_sendmsg()1511 (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) { in sctp_sendmsg()1519 if ((sinfo_flags & SCTP_ADDR_OVER) && (!msg->msg_name)) { in sctp_sendmsg()1568 if (sinfo_flags & SCTP_EOF) { in sctp_sendmsg()1575 if (sinfo_flags & SCTP_ABORT) { in sctp_sendmsg()1594 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) { in sctp_sendmsg()[all …]
558 ssf->ssf_info.sinfo_flags = chunk->chunk_hdr->flags; in sctp_ulpevent_make_send_failed()923 sinfo.sinfo_flags = event->flags; in sctp_ulpevent_read_sndrcvinfo()
675 if (sinfo->sinfo_flags & SCTP_UNORDERED) { in sctp_make_datafrag_empty()