Home
last modified time | relevance | path

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

/linux-4.1.27/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.c2107 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg()
2149 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
/linux-4.1.27/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. */
/linux-4.1.27/fs/dlm/
Dlowcomms.c848 if (msg.msg_flags & MSG_NOTIFICATION) { in receive_from_sock()