Searched refs:MSG_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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() 385 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 436 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 528 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event() 590 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication() 723 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi() 776 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_authkey() [all …]
|
| D | ulpqueue.c | 224 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
|
| D | socket.c | 2124 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg() 2160 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | sctp.h | 175 MSG_NOTIFICATION = 0x8000, enumerator 176 #define MSG_NOTIFICATION MSG_NOTIFICATION macro 313 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
|