/Linux-v4.19/drivers/isdn/hisax/ |
D | isar.c | 50 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/ |
D | Makefile | 29 sendmsg.o \
|
/Linux-v4.19/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-v4.19/drivers/isdn/mISDN/ |
D | l1oip.h | 79 struct msghdr sendmsg; /* ip message to send */ member
|
D | l1oip_core.c | 352 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/ |
D | sys_ni.c | 240 COND_SYSCALL(sendmsg); 241 COND_SYSCALL_COMPAT(sendmsg);
|
/Linux-v4.19/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-v4.19/net/ipv4/ |
D | udplite.c | 51 .sendmsg = udp_sendmsg,
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | tls.c | 182 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/ |
D | udplite.c | 47 .sendmsg = udpv6_sendmsg,
|
/Linux-v4.19/Documentation/security/ |
D | LSM-sctp.rst | 78 sendmsg(2) or sctp_sendmsg(3) on a new asociation. 136 sendmsg(2) or sctp_sendmsg(3).
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 85 **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/ |
D | socket.c | 105 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/ |
D | algif_rng.c | 109 .sendmsg = sock_no_sendmsg,
|
D | algif_skcipher.c | 206 .sendmsg = skcipher_sendmsg, 302 .sendmsg = skcipher_sendmsg_nokey,
|
D | algif_hash.c | 293 .sendmsg = hash_sendmsg, 400 .sendmsg = hash_sendmsg_nokey,
|
/Linux-v4.19/net/tls/ |
D | tls_main.c | 631 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/ |
D | md-cluster.c | 787 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/ |
D | rawsock.c | 293 .sendmsg = rawsock_sendmsg, 313 .sendmsg = sock_no_sendmsg,
|
/Linux-v4.19/net/atm/ |
D | pvc.c | 125 .sendmsg = vcc_sendmsg,
|
/Linux-v4.19/net/phonet/ |
D | socket.c | 439 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg() 461 .sendmsg = pn_socket_sendmsg, 486 .sendmsg = pn_socket_sendmsg,
|
D | datagram.c | 187 .sendmsg = pn_sendmsg,
|
/Linux-v4.19/net/bluetooth/bnep/ |
D | sock.c | 176 .sendmsg = sock_no_sendmsg,
|
/Linux-v4.19/net/bluetooth/cmtp/ |
D | sock.c | 179 .sendmsg = sock_no_sendmsg,
|