Searched refs:MSG_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
/linux/net/sctp/ |
A 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() 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() 834 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_authkey() 872 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_sender_dry_event() 926 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_assoc_reset_event() [all …]
|
A D | ulpqueue.c | 224 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
|
A D | socket.c | 2134 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg() 2170 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
|
/linux/include/uapi/linux/ |
A 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. */
|
Completed in 26 milliseconds