Home
last modified time | relevance | path

Searched refs:inet_sendmsg (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/include/net/
Dinet_common.h29 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/linux-5.19.10/net/ipv4/
Daf_inet.c812 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function
822 EXPORT_SYMBOL(inet_sendmsg);
1035 .sendmsg = inet_sendmsg,
1069 .sendmsg = inet_sendmsg,
1101 .sendmsg = inet_sendmsg,
/linux-5.19.10/net/l2tp/
Dl2tp_ip.c625 .sendmsg = inet_sendmsg,
Dl2tp_ip6.c753 .sendmsg = inet_sendmsg,
/linux-5.19.10/net/dccp/
Dipv4.c1000 .sendmsg = inet_sendmsg,
Dipv6.c1083 .sendmsg = inet_sendmsg,
/linux-5.19.10/net/ipv6/
Draw.c1294 .sendmsg = inet_sendmsg, /* ok */
/linux-5.19.10/net/sctp/
Dipv6.c1083 .sendmsg = inet_sendmsg,
Dprotocol.c1129 .sendmsg = inet_sendmsg,
/linux-5.19.10/drivers/xen/
Dpvcalls-back.c201 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
/linux-5.19.10/net/
Dsocket.c708 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
715 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
/linux-5.19.10/Documentation/trace/
Dhistogram.rst1106 inet_sendmsg+0x64/0xa0
1531 inet_sendmsg+0x67/0xa0
1551 inet_sendmsg+0x67/0xa0
1569 inet_sendmsg+0x67/0xa0
1587 inet_sendmsg+0x67/0xa0
/linux-5.19.10/Documentation/networking/
Dscaling.rst272 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg(), inet_sendpage()
/linux-5.19.10/net/mptcp/
Dprotocol.c3735 .sendmsg = inet_sendmsg,