Home
last modified time | relevance | path

Searched refs:MSG_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sctp/
Dulpevent.c85 return MSG_NOTIFICATION == (event->msg_flags & MSG_NOTIFICATION); in sctp_ulpevent_is_notification()
153 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change()
164 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_assoc_change()
266 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_peer_addr_change()
400 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error()
451 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed()
543 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event()
605 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication()
741 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi()
794 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_authkey()
[all …]
Dulpqueue.c239 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
Dsocket.c2238 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg()
2274 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
/Linux-v4.19/include/uapi/linux/
Dsctp.h167 MSG_NOTIFICATION = 0x8000, enumerator
168 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
305 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */