Lines Matching refs:msg_flags
111 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_tail_data()
123 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpq_tail_data()
230 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
232 (event->msg_flags & SCTP_DATA_FRAG_MASK))) in sctp_ulpq_tail_event()
235 clear_pd = event->msg_flags & MSG_EOR; in sctp_ulpq_tail_event()
443 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_reassembled()
511 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_reassembled()
541 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_partial()
577 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_partial()
592 if (SCTP_DATA_NOT_FRAG == (event->msg_flags & SCTP_DATA_FRAG_MASK)) { in sctp_ulpq_reasm()
593 event->msg_flags |= MSG_EOR; in sctp_ulpq_reasm()
639 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_first()
735 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_reasm_drain()
852 if (SCTP_DATA_UNORDERED & event->msg_flags) in sctp_ulpq_order()