Searched refs:inet_sendmsg (Results 1 – 12 of 12) sorted by relevance
| /linux/include/net/ |
| H A D | inet_common.h | 36 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 858 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function 868 EXPORT_SYMBOL(inet_sendmsg); 1082 .sendmsg = inet_sendmsg, 1117 .sendmsg = inet_sendmsg, 1149 .sendmsg = inet_sendmsg,
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip.c | 644 .sendmsg = inet_sendmsg,
|
| H A D | l2tp_ip6.c | 773 .sendmsg = inet_sendmsg,
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 1057 .sendmsg = inet_sendmsg,
|
| H A D | protocol.c | 1119 .sendmsg = inet_sendmsg,
|
| /linux/net/ipv6/ |
| H A D | raw.c | 1291 .sendmsg = inet_sendmsg, /* ok */
|
| /linux/drivers/xen/ |
| H A D | pvcalls-back.c | 203 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
|
| /linux/net/ |
| H A D | socket.c | 714 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 728 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
|
| /linux/Documentation/trace/ |
| H A D | histogram.rst | 1115 inet_sendmsg+0x64/0xa0 1540 inet_sendmsg+0x67/0xa0 1560 inet_sendmsg+0x67/0xa0 1578 inet_sendmsg+0x67/0xa0 1596 inet_sendmsg+0x67/0xa0
|
| /linux/Documentation/networking/ |
| H A D | scaling.rst | 340 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg() and
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 4535 .sendmsg = inet_sendmsg,
|