Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dulpevent.c85 return MSG_NOTIFICATION == (event->msg_flags & MSG_NOTIFICATION); in sctp_ulpevent_is_notification()
150 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change()
162 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_assoc_change()
265 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()
544 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event()
607 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication()
740 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi()
792 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_authkey()
[all …]
Dulpqueue.c230 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
Dsocket.c2106 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg()
2142 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
/linux-4.4.14/include/uapi/linux/
Dsctp.h119 MSG_NOTIFICATION = 0x8000, enumerator
120 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
229 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */