Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 197) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Duserspace-if.rst158 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
325 - *Additional Data* can be provided using the send()/sendmsg() system calls,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Drxrpc.rst9 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
214 (#) The first sendmsg for a request to be sent from a client contains a tag to
220 first sendmsg() of a call (struct msghdr::msg_name).
226 first sendmsg() of the call must specify the target address. The server's
238 (#) When sending data for a call, sendmsg is given MSG_MORE if there's more
268 application then uses sendmsg to assign a tag to the new call. Once that
282 Notes on sendmsg:
284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is
289 If this isn't set, sendmsg() will return immediately, either returning
325 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex
[all …]
H A Dkcm.rst259 2) Send a group of messages each with a sendmsg call, where all messages
260 except the last have MSG_BATCH in the flags of sendmsg call.
262 with a single sendmsg.
/OK3568_Linux_fs/kernel/net/rxrpc/
H A DMakefile30 sendmsg.o \
/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_rng.c176 .sendmsg = sock_no_sendmsg,
199 .sendmsg = rng_test_sendmsg,
H A Dalgif_skcipher.c196 .sendmsg = skcipher_sendmsg,
287 .sendmsg = skcipher_sendmsg_nokey,
H A Dalgif_hash.c286 .sendmsg = hash_sendmsg,
388 .sendmsg = hash_sendmsg_nokey,
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dl1oip.h80 struct msghdr sendmsg; /* ip message to send */ member
H A Dl1oip_core.c338 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send()
694 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread()
695 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread()
696 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread()
697 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dsocket.c97 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg()
401 .sendmsg = raw_sendmsg,
427 .sendmsg = ieee802154_sock_sendmsg,
964 .sendmsg = dgram_sendmsg,
991 .sendmsg = ieee802154_sock_sendmsg,
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c251 COND_SYSCALL(sendmsg);
252 COND_SYSCALL_COMPAT(sendmsg);
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.c785 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
986 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap()
1116 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size()
1363 return sendmsg(cinfo, &cmsg, 1); in resync_info_update()
1365 return sendmsg(cinfo, &cmsg, 0); in resync_info_update()
1481 return sendmsg(cinfo, &cmsg, 1); in remove_disk()
1546 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudplite.c48 .sendmsg = udp_sendmsg,
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource_server.c134 if (sendmsg(sockfd, &msg, 0) < 0) in rk_bt_send_custom_evt()
164 if (sendmsg(sockfd, &msg, 0) < 0) in rk_bt_send_evt()
205 if (sendmsg(sockfd, &msg, 0) == -1) in rk_bt_send_spp_client_fd()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst95 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
97 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudplite.c45 .sendmsg = udpv6_sendmsg,
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtls.c335 EXPECT_EQ(sendmsg(self->fd, &msg, 0), send_len); in TEST_F()
360 EXPECT_EQ(sendmsg(self->fd, &msg, 0), SEND_LEN * frags); in TEST_F()
387 EXPECT_EQ(sendmsg(self->cfd, &msg, 0), send_len); in TEST_F()
419 EXPECT_EQ(sendmsg(self->cfd, &msg, 0), total_len); in TEST_F()
456 EXPECT_EQ(sendmsg(self->fd, &msg, 0), total_len); in TEST_F()
1140 EXPECT_EQ(sendmsg(self->fd, &msg, 0), send_len); in TEST_F()
/OK3568_Linux_fs/kernel/net/nfc/
H A Drawsock.c279 .sendmsg = rawsock_sendmsg,
297 .sendmsg = sock_no_sendmsg,
/OK3568_Linux_fs/kernel/net/phonet/
H A Dsocket.c426 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg()
442 .sendmsg = pn_socket_sendmsg,
463 .sendmsg = pn_socket_sendmsg,
H A Ddatagram.c174 .sendmsg = pn_sendmsg,
/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/sys/
H A Dsocket.h173 extern ssize_t sendmsg (int __fd, const struct msghdr *__message,
/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/sys/
H A Dsocket.h173 extern ssize_t sendmsg (int __fd, const struct msghdr *__message,
/OK3568_Linux_fs/kernel/net/atm/
H A Dpvc.c126 .sendmsg = vcc_sendmsg,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch58 SCMP_SYS(sendmsg),
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c713 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()
728 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; in build_protos()
732 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; in build_protos()

12345678