/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lo.c | 53 lnet_msg_t *sendmsg = private; in lolnd_recv() local 56 if (sendmsg->msg_iov != NULL) { in lolnd_recv() 59 sendmsg->msg_niov, in lolnd_recv() 60 sendmsg->msg_iov, in lolnd_recv() 61 sendmsg->msg_offset, mlen); in lolnd_recv() 64 sendmsg->msg_niov, in lolnd_recv() 65 sendmsg->msg_iov, in lolnd_recv() 66 sendmsg->msg_offset, mlen); in lolnd_recv() 70 sendmsg->msg_niov, in lolnd_recv() 71 sendmsg->msg_kiov, in lolnd_recv() [all …]
|
/linux-4.4.14/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-4.4.14/drivers/isdn/mISDN/ |
D | l1oip.h | 78 struct msghdr sendmsg; /* ip message to send */ member
|
D | l1oip_core.c | 350 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send() 711 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread() 712 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread() 713 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread() 714 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
|
D | socket.c | 590 .sendmsg = mISDN_sock_sendmsg, 744 .sendmsg = sock_no_sendmsg,
|
/linux-4.4.14/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 315 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex 342 sendmsg, or it can be delivered by recvmsg to indicate a remote abort was 386 accepted (it may have timed out, been aborted, etc.), then sendmsg will 525 be done through sendmsg): [all …]
|
D | rds.txt | 76 a socket. A message is queued when sendmsg is called, and 92 sendmsg(fd, ...) 138 ENOBUFS errors returned by sendmsg.
|
D | dccp.txt | 55 u32 priority value as ancillary data to sendmsg(), where higher numbers indicate
|
D | netlink_mmap.txt | 23 kernel processes all messages contained in the ring using a single sendmsg()
|
D | ip-sysctl.txt | 208 When applications do consecutive small write()/sendmsg() system calls, 562 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than 663 socket value, and if the write queue is not full. sendmsg() will
|
D | scaling.txt | 250 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg(), inet_sendpage()
|
D | can.txt | 261 send(2), sendto(2), sendmsg(2) and the recv* counterpart operations
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 50 .sendmsg = udp_sendmsg,
|
D | af_inet.c | 736 return sk->sk_prot->sendmsg(sk, msg, size); in inet_sendmsg() 915 .sendmsg = inet_sendmsg, 943 .sendmsg = inet_sendmsg, 974 .sendmsg = inet_sendmsg,
|
D | raw.c | 929 .sendmsg = raw_sendmsg,
|
D | ping.c | 1002 .sendmsg = ping_v4_sendmsg,
|
D | tcp_ipv4.c | 2320 .sendmsg = tcp_sendmsg,
|
D | udp.c | 2275 .sendmsg = udp_sendmsg,
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 46 .sendmsg = udpv6_sendmsg,
|
D | ping.c | 38 .sendmsg = ping_v6_sendmsg,
|
D | af_inet6.c | 530 .sendmsg = inet_sendmsg, /* ok */ 556 .sendmsg = inet_sendmsg, /* ok */
|
D | raw.c | 1222 .sendmsg = rawv6_sendmsg, 1316 .sendmsg = inet_sendmsg, /* ok */
|
D | udp.c | 1533 .sendmsg = udpv6_sendmsg,
|
D | tcp_ipv6.c | 1866 .sendmsg = tcp_sendmsg,
|
/linux-4.4.14/net/ieee802154/ |
D | socket.c | 104 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg() 406 .sendmsg = raw_sendmsg, 431 .sendmsg = ieee802154_sock_sendmsg, 950 .sendmsg = dgram_sendmsg, 976 .sendmsg = ieee802154_sock_sendmsg,
|
/linux-4.4.14/crypto/ |
D | algif_rng.c | 110 .sendmsg = sock_no_sendmsg,
|
D | algif_hash.c | 239 .sendmsg = hash_sendmsg, 347 .sendmsg = hash_sendmsg_nokey,
|
D | algif_skcipher.c | 754 .sendmsg = skcipher_sendmsg, 850 .sendmsg = skcipher_sendmsg_nokey,
|
D | af_alg.c | 344 .sendmsg = sock_no_sendmsg,
|
D | algif_aead.c | 510 .sendmsg = aead_sendmsg,
|
/linux-4.4.14/net/nfc/ |
D | rawsock.c | 293 .sendmsg = rawsock_sendmsg, 313 .sendmsg = sock_no_sendmsg,
|
D | llcp_sock.c | 901 .sendmsg = llcp_sock_sendmsg, 921 .sendmsg = sock_no_sendmsg,
|
/linux-4.4.14/net/atm/ |
D | pvc.c | 125 .sendmsg = vcc_sendmsg,
|
D | svc.c | 647 .sendmsg = vcc_sendmsg,
|
/linux-4.4.14/net/phonet/ |
D | datagram.c | 187 .sendmsg = pn_sendmsg,
|
D | socket.c | 436 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg() 458 .sendmsg = pn_socket_sendmsg, 483 .sendmsg = pn_socket_sendmsg,
|
D | pep.c | 1341 .sendmsg = pep_sendmsg,
|
/linux-4.4.14/drivers/md/ |
D | md-cluster.c | 623 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg() function 797 err = sendmsg(cinfo, &cmsg); in resync_bitmap() 894 return sendmsg(cinfo, &cmsg); in resync_info_update() 1002 err = sendmsg(cinfo, &cmsg); in gather_bitmaps()
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | sock.c | 179 .sendmsg = sock_no_sendmsg,
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | sock.c | 176 .sendmsg = sock_no_sendmsg,
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_user.c | 56 return sendmsg(req->originating_fd, &msg, 0); in mconsole_reply_v0()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 569 .sendmsg = l2tp_ip_sendmsg, 596 .sendmsg = inet_sendmsg,
|
D | l2tp_ip6.c | 720 .sendmsg = l2tp_ip6_sendmsg, 747 .sendmsg = inet_sendmsg,
|
D | l2tp_ppp.c | 1789 .sendmsg = pppol2tp_sendmsg,
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | sock.c | 209 .sendmsg = sock_no_sendmsg,
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 55 46 64 sendmsg sys_sendmsg 346 518 x32 sendmsg compat_sys_sendmsg
|
D | syscall_32.tbl | 379 370 i386 sendmsg sys_sendmsg compat_sys_sendmsg
|
/linux-4.4.14/include/linux/ |
D | net.h | 169 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
|
/linux-4.4.14/net/irda/ |
D | af_irda.c | 2612 .sendmsg = irda_sendmsg, 2636 .sendmsg = irda_sendmsg, 2660 .sendmsg = irda_sendmsg_dgram, 2685 .sendmsg = irda_sendmsg_ultra,
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 939 .sendmsg = dccp_sendmsg, 986 .sendmsg = inet_sendmsg,
|
D | ipv6.c | 993 .sendmsg = dccp_sendmsg, 1036 .sendmsg = inet_sendmsg,
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 281 ENTRY_COMP(sendmsg)
|
/linux-4.4.14/net/caif/ |
D | caif_socket.c | 981 .sendmsg = caif_seqpkt_sendmsg, 1002 .sendmsg = caif_stream_sendmsg,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 348 COMPAT_SYS_SPU(sendmsg)
|
/linux-4.4.14/net/rds/ |
D | af_rds.c | 429 .sendmsg = rds_sendmsg,
|
/linux-4.4.14/net/vmw_vsock/ |
D | af_vsock.c | 1086 .sendmsg = vsock_dgram_sendmsg, 1822 .sendmsg = vsock_stream_sendmsg,
|
/linux-4.4.14/net/can/ |
D | raw.c | 837 .sendmsg = raw_sendmsg,
|
D | bcm.c | 1595 .sendmsg = bcm_sendmsg,
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 673 .sendmsg = sock_no_sendmsg,
|
D | pppoe.c | 1145 .sendmsg = pppoe_sendmsg,
|
/linux-4.4.14/net/rxrpc/ |
D | af_rxrpc.c | 771 .sendmsg = rxrpc_sendmsg,
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 2507 .sendmsg = tipc_sendmsg, 2528 .sendmsg = tipc_send_packet, 2549 .sendmsg = tipc_send_stream,
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 689 .sendmsg = unix_stream_sendmsg, 712 .sendmsg = unix_dgram_sendmsg, 734 .sendmsg = unix_seqpacket_sendmsg,
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | sock.c | 1043 .sendmsg = rfcomm_sock_sendmsg,
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 957 .sendmsg = inet_sendmsg,
|
D | protocol.c | 1028 .sendmsg = inet_sendmsg,
|
D | socket.c | 7374 .sendmsg = sctp_sendmsg, 7413 .sendmsg = sctp_sendmsg,
|
/linux-4.4.14/net/ |
D | compat.c | 717 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) in COMPAT_SYSCALL_DEFINE3() argument
|
D | socket.c | 611 int ret = sock->ops->sendmsg(sock, msg, msg_data_left(msg)); in sock_sendmsg_nosec() 1988 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
|
/linux-4.4.14/net/llc/ |
D | af_llc.c | 1182 .sendmsg = llc_ui_sendmsg,
|
/linux-4.4.14/net/bluetooth/ |
D | sco.c | 1200 .sendmsg = sco_sock_sendmsg,
|
D | hci_sock.c | 1439 .sendmsg = hci_sock_sendmsg,
|
D | l2cap_sock.c | 1643 .sendmsg = l2cap_sock_sendmsg,
|
/linux-4.4.14/drivers/vhost/ |
D | net.c | 392 err = sock->ops->sendmsg(sock, &msg, len); in handle_tx()
|
/linux-4.4.14/net/netrom/ |
D | af_netrom.c | 1375 .sendmsg = nr_sendmsg,
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 1253 .sendmsg = macvtap_sendmsg,
|
D | tun.c | 1550 .sendmsg = tun_sendmsg,
|
/linux-4.4.14/net/rose/ |
D | af_rose.c | 1491 .sendmsg = rose_sendmsg,
|
/linux-4.4.14/net/appletalk/ |
D | ddp.c | 1883 .sendmsg = atalk_sendmsg,
|
/linux-4.4.14/net/x25/ |
D | af_x25.c | 1764 .sendmsg = x25_sendmsg,
|
/linux-4.4.14/include/net/ |
D | sock.h | 990 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
|
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 1963 .sendmsg = ax25_sendmsg,
|
/linux-4.4.14/net/ipx/ |
D | af_ipx.c | 1979 .sendmsg = ipx_sendmsg,
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 4285 .sendmsg = packet_sendmsg_spkt, 4306 .sendmsg = packet_sendmsg,
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 2351 .sendmsg = dn_sendmsg,
|
/linux-4.4.14/net/iucv/ |
D | af_iucv.c | 2338 .sendmsg = iucv_sock_sendmsg,
|
/linux-4.4.14/net/core/ |
D | sock.c | 2965 proto_method_implemented(proto->sendmsg), in proto_seq_printf()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 3248 .sendmsg = netlink_sendmsg,
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 519 to avoid oops in sendmsg if overlapping with reconnect. Do not
|
/linux-4.4.14/net/key/ |
D | af_key.c | 3694 .sendmsg = pfkey_sendmsg,
|