Searched refs:msg_flags (Results 76 - 100 of 173) sorted by relevance

1234567

/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c839 mtu_msg.x_msg_header.msg_flags = 0;
1828 msg.hdr.msg_flags = 0;
1875 msg.hdr.msg_flags = 0;
1972 p_msg->x_msg_header.msg_flags = 0;
2044 p_msg->x_msg_header.msg_flags = 0;
2092 p_msg->x_msg_header.msg_flags = 0;
H A Dsmscoreapi.h576 (ptr)->msg_flags = 0; \
614 u16 msg_flags; member in struct:sms_msg_hdr
/linux-master/net/vmw_vsock/
H A Daf_vsock.c1156 if (msg->msg_flags & MSG_OOB)
1835 if (msg->msg_flags & MSG_OOB)
1868 if (msg->msg_flags & MSG_ZEROCOPY &&
1875 timeout = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1974 err = sk_stream_error(sk, msg->msg_flags, err);
2169 msg->msg_flags |= MSG_TRUNC;
/linux-master/net/unix/
H A Daf_unix.c1930 if (msg->msg_flags&MSG_OOB)
1973 msg->msg_flags & MSG_DONTWAIT, &err,
1989 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
2143 skb = sock_alloc_send_skb(sock->sk, 1, msg->msg_flags & MSG_DONTWAIT, &err);
2209 if (msg->msg_flags & MSG_OOB) {
2234 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
2236 msg->msg_flags & MSG_DONTWAIT,
2250 msg->msg_flags & MSG_DONTWAIT, &err,
2264 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
2299 if (msg->msg_flags
[all...]
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c374 if (msg.msg_flags & MSG_CTRUNC)
412 if (msg.msg_flags & MSG_CTRUNC)
H A Drxtimestamp.c204 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC))
/linux-master/net/rxrpc/
H A Drxperf.c509 msg.msg_flags = MSG_MORE;
523 msg.msg_flags = 0;
/linux-master/net/mctp/
H A Daf_mctp.c161 msg->msg_flags & MSG_DONTWAIT, &rc);
233 msg->msg_flags |= MSG_TRUNC;
/linux-master/drivers/media/usb/siano/
H A Dsmsusb.c105 (phdr->msg_flags & MSG_HDR_FLAG_SPLIT_MSG)) {
109 ((phdr->msg_flags >> 8) & 3);
/linux-master/fs/ecryptfs/
H A Dmiscdev.c137 * @msg_flags: Flags for message
148 u16 msg_flags, struct ecryptfs_daemon *daemon)
146 ecryptfs_send_miscdev(char *data, size_t data_size, struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, u16 msg_flags, struct ecryptfs_daemon *daemon) argument
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c156 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) {
/linux-master/tools/include/io_uring/
H A Dmini_liburing.h266 sqe->msg_flags = (__u32)flags;
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h58 __u32 msg_flags; member in union:io_uring_sqe::__anon2590
/linux-master/net/rds/
H A Dsend.c958 if ((msg->msg_flags & MSG_ZEROCOPY) && !zcopy_cookie)
1111 int nonblock = msg->msg_flags & MSG_DONTWAIT;
1117 bool zcopy = ((msg->msg_flags & MSG_ZEROCOPY) &&
1131 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT | MSG_ZEROCOPY)) {
/linux-master/include/uapi/linux/
H A Dtcp.h485 __u32 msg_flags; member in struct:tcp_zerocopy_receive
H A Dio_uring.h58 __u32 msg_flags; member in union:io_uring_sqe::__anon3148
/linux-master/crypto/
H A Daf_alg.c999 if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) {
1023 err = af_alg_wait_for_wmem(sk, msg->msg_flags);
1041 if (msg->msg_flags & MSG_SPLICE_PAGES) {
1103 ctx->more = msg->msg_flags & MSG_MORE;
/linux-master/net/qrtr/
H A Daf_qrtr.c914 if (msg->msg_flags & ~(MSG_DONTWAIT))
966 msg->msg_flags & MSG_DONTWAIT, &rc);
1057 msg->msg_flags |= MSG_TRUNC;
/linux-master/net/ipv6/
H A Ddatagram.c474 msg->msg_flags |= MSG_TRUNC;
535 msg->msg_flags |= MSG_ERRQUEUE;
564 msg->msg_flags |= MSG_TRUNC;
/linux-master/net/can/
H A Draw.c933 msg->msg_flags & MSG_DONTWAIT, &err);
1004 msg->msg_flags |= MSG_TRUNC;
1023 msg->msg_flags |= *(raw_flags(skb));
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c175 __func__, (int)len, msg->msg_flags, _pms(sk)->ch.nr,
178 if (msg->msg_flags & MSG_OOB)
181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
/linux-master/drivers/scsi/
H A Discsi_tcp.c313 msg.msg_flags |= MSG_MORE;
316 msg.msg_flags |= MSG_DONTWAIT;
320 msg.msg_flags |= MSG_SPLICE_PAGES;
/linux-master/net/mptcp/
H A Dprotocol.c1704 unsigned int saved_flags = msg->msg_flags;
1715 if (msg->msg_flags & MSG_FASTOPEN) {
1726 msg->msg_flags |= MSG_DONTWAIT;
1730 msg->msg_flags = saved_flags;
1734 if (ret == -EINPROGRESS && !(msg->msg_flags & MSG_DONTWAIT)) {
1736 msg->msg_namelen, msg->msg_flags, 1);
1802 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN;
1807 msg->msg_flags & MSG_FASTOPEN)) {
1818 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1901 __mptcp_push_pending(sk, msg->msg_flags);
[all...]
/linux-master/net/tls/
H A Dtls_main.c178 .msg_flags = MSG_SPLICE_PAGES | flags,
255 if (msg->msg_flags & MSG_MORE)
258 rc = tls_handle_open_record(sk, msg->msg_flags);
/linux-master/net/ipv4/
H A Dudp.c1071 int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
1084 if (msg->msg_flags & MSG_OOB) /* Mirror BSD error message compatibility */
1251 if (msg->msg_flags&MSG_CONFIRM)
1265 &cork, msg->msg_flags);
1296 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
1326 if (msg->msg_flags & MSG_PROBE)
1328 if (!(msg->msg_flags&MSG_PROBE) || len)
1837 msg->msg_flags |= MSG_TRUNC;
1917 msg->msg_flags
[all...]

Completed in 288 milliseconds

1234567