| /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/bits/ |
| H A D | socket.h | 235 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ enumerator 236 #define MSG_NOSIGNAL MSG_NOSIGNAL macro
|
| /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/bits/ |
| H A D | socket.h | 235 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ enumerator 236 #define MSG_NOSIGNAL MSG_NOSIGNAL macro
|
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | datagram.c | 79 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg() 122 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
|
| H A D | pep.c | 1125 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg() 1247 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | tcp_send.c | 63 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg() 116 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | stream.c | 188 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 301 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 301 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device.c | 435 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data() 676 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
|
| H A D | tls_sw.c | 948 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendmsg() 1268 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage_locked() 1282 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | transport.c | 213 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec() 215 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | af_decnet.c | 1700 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg() 1923 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg() 1951 if (!(flags & MSG_NOSIGNAL)) in dn_sendmsg()
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | lowcomms.c | 710 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock() 1411 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/bnep/ |
| H A D | core.c | 605 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | usbip_common.c | 306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | messenger.c | 506 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() 527 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage() 545 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() 567 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in ceph_tcp_sendpage()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | socket.c | 181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | caif_socket.c | 666 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1984 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg() 2101 if (send_sigpipe && !(flags & MSG_NOSIGNAL)) in unix_stream_sendpage()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_btcoex.c | 1424 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_btcoex.c | 1501 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_btcoex.c | 1473 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_btcoex.c | 1467 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_btcoex.c | 1516 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_btcoex.c | 1501 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
|