/linux-4.1.27/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.1.27/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.1.27/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.1.27/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, 536 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than 622 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.1.27/net/ipv4/ |
D | udplite.c | 50 .sendmsg = udp_sendmsg,
|
D | af_inet.c | 735 return sk->sk_prot->sendmsg(sk, msg, size); in inet_sendmsg() 914 .sendmsg = inet_sendmsg, 942 .sendmsg = inet_sendmsg, 973 .sendmsg = inet_sendmsg,
|
D | raw.c | 919 .sendmsg = raw_sendmsg,
|
D | ping.c | 1001 .sendmsg = ping_v4_sendmsg,
|
D | tcp_ipv4.c | 2355 .sendmsg = tcp_sendmsg,
|
D | udp.c | 2260 .sendmsg = udp_sendmsg,
|
/linux-4.1.27/net/ipv6/ |
D | udplite.c | 46 .sendmsg = udpv6_sendmsg,
|
D | ping.c | 38 .sendmsg = ping_v6_sendmsg,
|
D | af_inet6.c | 527 .sendmsg = inet_sendmsg, /* ok */ 553 .sendmsg = inet_sendmsg, /* ok */
|
D | raw.c | 1217 .sendmsg = rawv6_sendmsg, 1311 .sendmsg = inet_sendmsg, /* ok */
|
D | udp.c | 1531 .sendmsg = udpv6_sendmsg,
|
D | tcp_ipv6.c | 1846 .sendmsg = tcp_sendmsg,
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 106 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg() 414 .sendmsg = raw_sendmsg, 439 .sendmsg = ieee802154_sock_sendmsg, 958 .sendmsg = dgram_sendmsg, 984 .sendmsg = ieee802154_sock_sendmsg,
|
/linux-4.1.27/crypto/ |
D | algif_rng.c | 110 .sendmsg = sock_no_sendmsg,
|
D | algif_hash.c | 231 .sendmsg = hash_sendmsg, 339 .sendmsg = hash_sendmsg_nokey,
|
D | algif_skcipher.c | 752 .sendmsg = skcipher_sendmsg, 848 .sendmsg = skcipher_sendmsg_nokey,
|
D | af_alg.c | 341 .sendmsg = sock_no_sendmsg,
|
D | algif_aead.c | 558 .sendmsg = aead_sendmsg,
|
/linux-4.1.27/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.1.27/net/atm/ |
D | pvc.c | 125 .sendmsg = vcc_sendmsg,
|
D | svc.c | 647 .sendmsg = vcc_sendmsg,
|
/linux-4.1.27/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.1.27/net/bluetooth/cmtp/ |
D | sock.c | 179 .sendmsg = sock_no_sendmsg,
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 176 .sendmsg = sock_no_sendmsg,
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_user.c | 56 return sendmsg(req->originating_fd, &msg, 0); in mconsole_reply_v0()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 567 .sendmsg = l2tp_ip_sendmsg, 594 .sendmsg = inet_sendmsg,
|
D | l2tp_ip6.c | 718 .sendmsg = l2tp_ip6_sendmsg, 745 .sendmsg = inet_sendmsg,
|
D | l2tp_ppp.c | 1789 .sendmsg = pppol2tp_sendmsg,
|
/linux-4.1.27/drivers/md/ |
D | md-cluster.c | 568 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg() function 804 return sendmsg(cinfo, &cmsg); in resync_send() 912 err = sendmsg(cinfo, &cmsg); in gather_bitmaps()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 209 .sendmsg = sock_no_sendmsg,
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 55 46 64 sendmsg sys_sendmsg 343 518 x32 sendmsg compat_sys_sendmsg
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 170 return sendmsg(fd, &message, 0); in netlink_send()
|
D | hv_kvp_daemon.c | 1415 return sendmsg(fd, &message, 0); in netlink_send()
|
/linux-4.1.27/include/linux/ |
D | net.h | 164 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 2613 .sendmsg = irda_sendmsg, 2637 .sendmsg = irda_sendmsg, 2661 .sendmsg = irda_sendmsg_dgram, 2686 .sendmsg = irda_sendmsg_ultra,
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 961 .sendmsg = dccp_sendmsg, 1008 .sendmsg = inet_sendmsg,
|
D | ipv6.c | 1029 .sendmsg = dccp_sendmsg, 1072 .sendmsg = inet_sendmsg,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 281 ENTRY_COMP(sendmsg)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 348 COMPAT_SYS_SPU(sendmsg)
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 984 .sendmsg = caif_seqpkt_sendmsg, 1005 .sendmsg = caif_stream_sendmsg,
|
/linux-4.1.27/net/rds/ |
D | af_rds.c | 403 .sendmsg = rds_sendmsg,
|
/linux-4.1.27/net/vmw_vsock/ |
D | af_vsock.c | 1086 .sendmsg = vsock_dgram_sendmsg, 1841 .sendmsg = vsock_stream_sendmsg,
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 672 .sendmsg = unix_stream_sendmsg, 694 .sendmsg = unix_dgram_sendmsg, 716 .sendmsg = unix_seqpacket_sendmsg,
|
/linux-4.1.27/net/can/ |
D | raw.c | 837 .sendmsg = raw_sendmsg,
|
D | bcm.c | 1590 .sendmsg = bcm_sendmsg,
|
/linux-4.1.27/net/rxrpc/ |
D | af_rxrpc.c | 771 .sendmsg = rxrpc_sendmsg,
|
/linux-4.1.27/drivers/net/ppp/ |
D | pptp.c | 674 .sendmsg = sock_no_sendmsg,
|
D | pppoe.c | 1145 .sendmsg = pppoe_sendmsg,
|
/linux-4.1.27/net/tipc/ |
D | socket.c | 2497 .sendmsg = tipc_sendmsg, 2518 .sendmsg = tipc_send_packet, 2539 .sendmsg = tipc_send_stream,
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 1039 .sendmsg = rfcomm_sock_sendmsg,
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 948 .sendmsg = inet_sendmsg,
|
D | protocol.c | 1008 .sendmsg = inet_sendmsg,
|
D | socket.c | 7381 .sendmsg = sctp_sendmsg, 7420 .sendmsg = sctp_sendmsg,
|
/linux-4.1.27/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 | 613 int ret = sock->ops->sendmsg(sock, msg, msg_data_left(msg)); in sock_sendmsg_nosec() 1997 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/net/bluetooth/ |
D | sco.c | 1180 .sendmsg = sco_sock_sendmsg,
|
D | hci_sock.c | 1360 .sendmsg = hci_sock_sendmsg,
|
D | l2cap_sock.c | 1595 .sendmsg = l2cap_sock_sendmsg,
|
/linux-4.1.27/net/llc/ |
D | af_llc.c | 1181 .sendmsg = llc_ui_sendmsg,
|
/linux-4.1.27/drivers/vhost/ |
D | net.c | 393 err = sock->ops->sendmsg(sock, &msg, len); in handle_tx()
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 1155 .sendmsg = macvtap_sendmsg,
|
D | tun.c | 1504 .sendmsg = tun_sendmsg,
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 1375 .sendmsg = nr_sendmsg,
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 1490 .sendmsg = rose_sendmsg,
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 1764 .sendmsg = x25_sendmsg,
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1883 .sendmsg = atalk_sendmsg,
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 1979 .sendmsg = ipx_sendmsg,
|
/linux-4.1.27/include/net/ |
D | sock.h | 973 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1964 .sendmsg = ax25_sendmsg,
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 4041 .sendmsg = packet_sendmsg_spkt, 4062 .sendmsg = packet_sendmsg,
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 2351 .sendmsg = dn_sendmsg,
|
/linux-4.1.27/net/core/ |
D | sock.c | 2902 proto_method_implemented(proto->sendmsg), in proto_seq_printf()
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 2339 .sendmsg = iucv_sock_sendmsg,
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 3141 .sendmsg = netlink_sendmsg,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 519 to avoid oops in sendmsg if overlapping with reconnect. Do not
|
/linux-4.1.27/net/key/ |
D | af_key.c | 3693 .sendmsg = pfkey_sendmsg,
|