Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 25 of 49) sorted by relevance

12

/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 Dsocket.h235 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 Dsocket.h235 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ enumerator
236 #define MSG_NOSIGNAL MSG_NOSIGNAL macro
/OK3568_Linux_fs/kernel/net/phonet/
H A Ddatagram.c79 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 Dpep.c1125 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 Dtcp_send.c63 .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 Dstream.c188 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h301 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h301 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c435 ~(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 Dtls_sw.c948 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 Dtransport.c213 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 Daf_decnet.c1700 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 Dlowcomms.c710 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 Dcore.c605 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c506 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 Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcaif_socket.c666 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1984 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 Drtw_btcoex.c1424 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_btcoex.c1501 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_btcoex.c1473 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_btcoex.c1467 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_btcoex.c1516 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_btcoex.c1501 udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in rtw_btcoex_sendmsgbysocket()

12