Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_common.h37 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/openbmc/linux/net/ipv4/
H A Daf_inet.c843 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function
853 EXPORT_SYMBOL(inet_sendmsg);
1067 .sendmsg = inet_sendmsg,
1101 .sendmsg = inet_sendmsg,
1133 .sendmsg = inet_sendmsg,
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c624 .sendmsg = inet_sendmsg,
H A Dl2tp_ip6.c749 .sendmsg = inet_sendmsg,
/openbmc/linux/net/dccp/
H A Dipv4.c1012 .sendmsg = inet_sendmsg,
H A Dipv6.c1091 .sendmsg = inet_sendmsg,
/openbmc/linux/net/ipv6/
H A Draw.c1291 .sendmsg = inet_sendmsg, /* ok */
/openbmc/linux/net/sctp/
H A Dipv6.c1101 .sendmsg = inet_sendmsg,
H A Dprotocol.c1134 .sendmsg = inet_sendmsg,
/openbmc/linux/drivers/xen/
H A Dpvcalls-back.c203 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
/openbmc/linux/net/
H A Dsocket.c717 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
731 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
/openbmc/linux/Documentation/trace/
H A Dhistogram.rst1115 inet_sendmsg+0x64/0xa0
1540 inet_sendmsg+0x67/0xa0
1560 inet_sendmsg+0x67/0xa0
1578 inet_sendmsg+0x67/0xa0
1596 inet_sendmsg+0x67/0xa0
/openbmc/linux/Documentation/networking/
H A Dscaling.rst272 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg() and
/openbmc/linux/net/mptcp/
H A Dprotocol.c4057 .sendmsg = inet_sendmsg,