Lines Matching refs:msg_flags
119 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_tail_data()
131 event_eor = (event->msg_flags & MSG_EOR) ? 1 : 0; in sctp_ulpq_tail_data()
239 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
241 (event->msg_flags & SCTP_DATA_FRAG_MASK))) in sctp_ulpq_tail_event()
244 clear_pd = event->msg_flags & MSG_EOR; in sctp_ulpq_tail_event()
456 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_reassembled()
524 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_reassembled()
554 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_partial()
590 retval->msg_flags |= MSG_EOR; in sctp_ulpq_retrieve_partial()
605 if (SCTP_DATA_NOT_FRAG == (event->msg_flags & SCTP_DATA_FRAG_MASK)) { in sctp_ulpq_reasm()
606 event->msg_flags |= MSG_EOR; in sctp_ulpq_reasm()
652 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) { in sctp_ulpq_retrieve_first()
748 if ((event) && (event->msg_flags & MSG_EOR)) { in sctp_ulpq_reasm_drain()
865 if (event->msg_flags & SCTP_DATA_UNORDERED) in sctp_ulpq_order()