Searched refs:MSG_NOTIFICATION (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A 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() 404 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 455 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 551 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed_event() 586 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_shutdown_event() 648 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_adaptation_indication() 781 MSG_NOTIFICATION, gfp); in sctp_ulpevent_make_pdapi() [all …]
|
| H A D | ulpqueue.c | 224 if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_ulpq_tail_event()
|
| H A D | socket.c | 2139 msg->msg_flags |= MSG_NOTIFICATION; in sctp_recvmsg() 2175 } else if ((event->msg_flags & MSG_NOTIFICATION) || in sctp_recvmsg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | sctp.h | 167 MSG_NOTIFICATION = 0x8000, enumerator 168 #define MSG_NOTIFICATION MSG_NOTIFICATION macro 305 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | sctp.h | 167 MSG_NOTIFICATION = 0x8000, enumerator 168 #define MSG_NOTIFICATION MSG_NOTIFICATION macro 305 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sctp.h | 178 MSG_NOTIFICATION = 0x8000, enumerator 179 #define MSG_NOTIFICATION MSG_NOTIFICATION macro 316 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
|