Searched refs:sendmsg (Results 76 - 100 of 121) sorted by relevance

12345

/linux-master/net/bluetooth/rfcomm/
H A Dsock.c1013 .sendmsg = rfcomm_sock_sendmsg,
/linux-master/net/llc/
H A Daf_llc.c1241 .sendmsg = llc_ui_sendmsg,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c423 n = sendmsg(fd, &msg, 0);
424 if (CHECK(n <= 0, "sendmsg", "failed\n")) {
H A Dtc_redirect.c604 ret = sendmsg(fd, &msg, 0);
605 ASSERT_EQ(ret, s, "sendmsg");
/linux-master/drivers/target/iscsi/
H A Discsi_target_util.c1180 tx_sent = conn->sock->ops->sendmsg(conn->sock, &msghdr,
1184 pr_err("sendmsg/splice returned -EAGAIN\n");
1188 pr_err("sendmsg/splice failure: %d\n", tx_sent);
/linux-master/net/ipv4/
H A Dping.c1010 .sendmsg = ping_v4_sendmsg,
/linux-master/net/can/j1939/
H A Dsocket.c1322 .sendmsg = j1939_sk_sendmsg,
/linux-master/net/l2tp/
H A Dl2tp_ppp.c23 * regular socket sendmsg() / recvmsg() calls. Kernel parameters of the socket
261 /* This is the sendmsg for the PPPoL2TP pppol2tp_session socket. We come here
262 * when a user application does a sendmsg() on the session socket. L2TP and
1663 .sendmsg = pppol2tp_sendmsg,
/linux-master/drivers/net/
H A Dtap.c1279 .sendmsg = tap_sendmsg,
/linux-master/net/sctp/
H A Dipv6.c1093 .sendmsg = inet_sendmsg,
/linux-master/crypto/
H A Daf_alg.c489 .sendmsg = sock_no_sendmsg,
923 * af_alg_sendmsg - implementation of sendmsg system call handler
925 * The sendmsg system call handler obtains the user data and stores it
/linux-master/net/bluetooth/
H A Dsco.c1430 .sendmsg = sco_sock_sendmsg,
H A Dhci_sock.c2167 .sendmsg = hci_sock_sendmsg,
/linux-master/net/netrom/
H A Daf_netrom.c1369 .sendmsg = nr_sendmsg,
/linux-master/net/phonet/
H A Dpep.c1356 .sendmsg = pep_sendmsg,
/linux-master/net/tipc/
H A Dsocket.c3371 .sendmsg = tipc_sendmsg,
3391 .sendmsg = tipc_send_packet,
3411 .sendmsg = tipc_sendstream,
/linux-master/net/unix/
H A Daf_unix.c422 * poll and sendmsg need to test. The dgram recv code will do a wake
845 .sendmsg = unix_stream_sendmsg,
870 .sendmsg = unix_dgram_sendmsg,
894 .sendmsg = unix_seqpacket_sendmsg,
/linux-master/net/mptcp/
H A Dprotocol.c3741 /* if reaching here via the fastopen/sendmsg path, the caller already
3794 .sendmsg = mptcp_sendmsg,
4049 .sendmsg = inet_sendmsg,
4148 .sendmsg = inet6_sendmsg,
/linux-master/net/core/
H A Dskbuff.c3220 int len, sendmsg_func sendmsg)
3241 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked,
3283 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked,
3219 __skb_send_sock(struct sock *sk, struct sk_buff *skb, int offset, int len, sendmsg_func sendmsg) argument
/linux-master/net/can/
H A Dbcm.c1748 .sendmsg = bcm_sendmsg,
H A Disotp.c1690 .sendmsg = isotp_sendmsg,
/linux-master/net/xdp/
H A Dxsk.c1686 .sendmsg = xsk_sendmsg,
/linux-master/net/appletalk/
H A Dddp.c1905 .sendmsg = atalk_sendmsg,
/linux-master/net/ipv6/
H A Dudp.c1774 .sendmsg = udpv6_sendmsg,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c579 sent = sendmsg(fd, &msg, flags);
586 perror("sendmsg loop error");
590 "sendmsg loop error expected: %i errno %i\n",
1313 return "sendmsg";
2046 } else if (strcmp(optarg, "sendmsg") == 0) {

Completed in 536 milliseconds

12345