/Linux-v5.4/net/rxrpc/ |
D | Makefile | 29 sendmsg.o \
|
/Linux-v5.4/Documentation/networking/ |
D | rxrpc.txt | 7 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and 215 (*) The first sendmsg for a request to be sent from a client contains a tag to 221 first sendmsg() of a call (struct msghdr::msg_name). 227 first sendmsg() of the call must specify the target address. The server's 239 (*) When sending data for a call, sendmsg is given MSG_MORE if there's more 269 application then uses sendmsg to assign a tag to the new call. Once that 283 Notes on sendmsg: 285 (*) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is 290 If this isn't set, sendmsg() will return immediately, either returning 327 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex [all …]
|
D | kcm.txt | 254 2) Send a group of messages each with a sendmsg call, where all messages 255 except the last have MSG_BATCH in the flags of sendmsg call. 257 with a single sendmsg.
|
/Linux-v5.4/drivers/isdn/mISDN/ |
D | l1oip.h | 79 struct msghdr sendmsg; /* ip message to send */ member
|
D | l1oip_core.c | 338 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send() 692 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread() 693 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread() 694 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread() 695 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
|
/Linux-v5.4/Documentation/crypto/ |
D | userspace-if.rst | 158 Using the sendmsg() system call, the application provides the data that 160 specified with the data structure provided by the sendmsg() system call. 162 The sendmsg system call parameter of struct msghdr is embedded into the 217 Using the sendmsg() system call, the application provides the data that 219 specified with the data structure provided by the sendmsg() system call. 221 The sendmsg system call parameter of struct msghdr is embedded into the 270 sendmsg and setsockopt calls (see there). As the kernel knows the size
|
/Linux-v5.4/kernel/ |
D | sys_ni.c | 251 COND_SYSCALL(sendmsg); 252 COND_SYSCALL_COMPAT(sendmsg);
|
/Linux-v5.4/net/ipv4/ |
D | udplite.c | 48 .sendmsg = udp_sendmsg,
|
/Linux-v5.4/net/ipv6/ |
D | udplite.c | 45 .sendmsg = udpv6_sendmsg,
|
/Linux-v5.4/net/ieee802154/ |
D | socket.c | 97 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg() 396 .sendmsg = raw_sendmsg, 422 .sendmsg = ieee802154_sock_sendmsg, 958 .sendmsg = dgram_sendmsg, 985 .sendmsg = ieee802154_sock_sendmsg,
|
/Linux-v5.4/crypto/ |
D | algif_rng.c | 109 .sendmsg = sock_no_sendmsg,
|
D | algif_skcipher.c | 202 .sendmsg = skcipher_sendmsg, 298 .sendmsg = skcipher_sendmsg_nokey,
|
D | algif_hash.c | 288 .sendmsg = hash_sendmsg, 395 .sendmsg = hash_sendmsg_nokey,
|
/Linux-v5.4/drivers/md/ |
D | md-cluster.c | 782 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function 981 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap() 1111 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size() 1353 return sendmsg(cinfo, &cmsg, 1); in resync_info_update() 1355 return sendmsg(cinfo, &cmsg, 0); in resync_info_update() 1470 return sendmsg(cinfo, &cmsg, 1); in remove_disk() 1534 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
|
/Linux-v5.4/net/nfc/ |
D | rawsock.c | 281 .sendmsg = rawsock_sendmsg, 301 .sendmsg = sock_no_sendmsg,
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 94 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an 96 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
|
/Linux-v5.4/net/atm/ |
D | pvc.c | 126 .sendmsg = vcc_sendmsg,
|
/Linux-v5.4/net/phonet/ |
D | socket.c | 426 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg() 448 .sendmsg = pn_socket_sendmsg, 473 .sendmsg = pn_socket_sendmsg,
|
D | datagram.c | 174 .sendmsg = pn_sendmsg,
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | ipv6_flowlabel.c | 64 ret = sendmsg(fd, &msg, 0); in do_send()
|
/Linux-v5.4/net/bluetooth/bnep/ |
D | sock.c | 181 .sendmsg = sock_no_sendmsg,
|
/Linux-v5.4/net/bluetooth/cmtp/ |
D | sock.c | 184 .sendmsg = sock_no_sendmsg,
|
/Linux-v5.4/net/tls/ |
D | tls_main.c | 741 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos() 756 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; in build_protos() 760 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; in build_protos()
|
/Linux-v5.4/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 150 ret = sendmsg(sockfd, &msgh, MSG_DONTWAIT); in sendtosocket()
|
/Linux-v5.4/arch/um/drivers/ |
D | mconsole_user.c | 56 return sendmsg(req->originating_fd, &msg, 0); in mconsole_reply_v0()
|