Searched refs:MSG_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/sctp/ |
D | ulpevent.c | 70 return MSG_NOTIFICATION == (event->msg_flags & MSG_NOTIFICATION); in sctp_ulpevent_is_notification() 138 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change() 149 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_assoc_change() 251 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_peer_addr_change() 404 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 455 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 551 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed_event() 586 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event() 648 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication() 781 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi() [all …]
|
D | ulpqueue.c | 224 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
|
D | socket.c | 2133 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg() 2169 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
|
/linux-5.19.10/include/uapi/linux/ |
D | sctp.h | 180 MSG_NOTIFICATION = 0x8000, enumerator 181 #define MSG_NOTIFICATION MSG_NOTIFICATION macro 318 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
|