Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/isdn/hisax/
Disar.c50 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, in sendmsg() function
168 if (!sendmsg(cs, ISAR_HIS_VNR, 0, 3, msg)) { in ISARVersion()
258 if (!sendmsg(cs, ISAR_HIS_DKEY, blk_head.d_key & 0xff, 0, NULL)) { in isar_load_firmware()
308 if (!sendmsg(cs, ISAR_HIS_FIRM, 0, nom, msg)) { in isar_load_firmware()
334 if (!sendmsg(cs, ISAR_HIS_STDSP, 0, 2, msg)) { in isar_load_firmware()
370 if (!sendmsg(cs, ISAR_HIS_DIAG, ISAR_CTRL_STST, 0, NULL)) { in isar_load_firmware()
395 if (!sendmsg(cs, ISAR_HIS_DIAG, ISAR_CTRL_SWVER, 0, NULL)) { in isar_load_firmware()
587 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
653 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
715 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
[all …]
/Linux-v4.19/net/rxrpc/
DMakefile29 sendmsg.o \
/Linux-v4.19/Documentation/networking/
Drxrpc.txt7 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 …]
Dkcm.txt254 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-v4.19/drivers/isdn/mISDN/
Dl1oip.h79 struct msghdr sendmsg; /* ip message to send */ member
Dl1oip_core.c352 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send()
706 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread()
707 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread()
708 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread()
709 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
/Linux-v4.19/kernel/
Dsys_ni.c240 COND_SYSCALL(sendmsg);
241 COND_SYSCALL_COMPAT(sendmsg);
/Linux-v4.19/Documentation/crypto/
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
/Linux-v4.19/net/ipv4/
Dudplite.c51 .sendmsg = udp_sendmsg,
/Linux-v4.19/tools/testing/selftests/net/
Dtls.c182 EXPECT_EQ(sendmsg(self->fd, &msg, 0), send_len); in TEST_F()
202 EXPECT_EQ(sendmsg(self->cfd, &msg, 0), send_len); in TEST_F()
234 EXPECT_EQ(sendmsg(self->cfd, &msg, 0), total_len); in TEST_F()
271 EXPECT_EQ(sendmsg(self->fd, &msg, 0), total_len); in TEST_F()
726 EXPECT_EQ(sendmsg(self->fd, &msg, 0), send_len); in TEST_F()
/Linux-v4.19/net/ipv6/
Dudplite.c47 .sendmsg = udpv6_sendmsg,
/Linux-v4.19/Documentation/security/
DLSM-sctp.rst78 sendmsg(2) or sctp_sendmsg(3) on a new asociation.
136 sendmsg(2) or sctp_sendmsg(3).
/Linux-v4.19/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst85 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
87 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/Linux-v4.19/net/ieee802154/
Dsocket.c105 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg()
408 .sendmsg = raw_sendmsg,
433 .sendmsg = ieee802154_sock_sendmsg,
969 .sendmsg = dgram_sendmsg,
995 .sendmsg = ieee802154_sock_sendmsg,
/Linux-v4.19/crypto/
Dalgif_rng.c109 .sendmsg = sock_no_sendmsg,
Dalgif_skcipher.c206 .sendmsg = skcipher_sendmsg,
302 .sendmsg = skcipher_sendmsg_nokey,
Dalgif_hash.c293 .sendmsg = hash_sendmsg,
400 .sendmsg = hash_sendmsg_nokey,
/Linux-v4.19/net/tls/
Dtls_main.c631 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg;
644 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg;
648 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg;
/Linux-v4.19/drivers/md/
Dmd-cluster.c787 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
990 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap()
1271 return sendmsg(cinfo, &cmsg, 1); in resync_info_update()
1273 return sendmsg(cinfo, &cmsg, 0); in resync_info_update()
1395 return sendmsg(cinfo, &cmsg, 1); in remove_disk()
1459 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
/Linux-v4.19/net/nfc/
Drawsock.c293 .sendmsg = rawsock_sendmsg,
313 .sendmsg = sock_no_sendmsg,
/Linux-v4.19/net/atm/
Dpvc.c125 .sendmsg = vcc_sendmsg,
/Linux-v4.19/net/phonet/
Dsocket.c439 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg()
461 .sendmsg = pn_socket_sendmsg,
486 .sendmsg = pn_socket_sendmsg,
Ddatagram.c187 .sendmsg = pn_sendmsg,
/Linux-v4.19/net/bluetooth/bnep/
Dsock.c176 .sendmsg = sock_no_sendmsg,
/Linux-v4.19/net/bluetooth/cmtp/
Dsock.c179 .sendmsg = sock_no_sendmsg,

12345