Searched refs:MSG_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/net/sctp/ |
D | ulpevent.c | 92 return MSG_NOTIFICATION == (event->msg_flags & MSG_NOTIFICATION); in sctp_ulpevent_is_notification() 157 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change() 169 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_assoc_change() 272 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_peer_addr_change() 407 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 499 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 592 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event() 655 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication() 786 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi() 838 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_authkey() [all …]
|
D | ulpqueue.c | 232 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
|
D | socket.c | 2098 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg() 2133 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
|
/linux-3.4.99/include/net/sctp/ |
D | user.h | 723 MSG_NOTIFICATION = 0x8000, enumerator 724 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
|
/linux-3.4.99/fs/dlm/ |
D | lowcomms.c | 645 if (msg.msg_flags & MSG_NOTIFICATION) { in receive_from_sock()
|