Searched refs:inet_sendmsg (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/include/net/ |
D | inet_common.h | 29 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
|
/linux-5.19.10/net/ipv4/ |
D | af_inet.c | 812 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/ |
D | l2tp_ip.c | 625 .sendmsg = inet_sendmsg,
|
D | l2tp_ip6.c | 753 .sendmsg = inet_sendmsg,
|
/linux-5.19.10/net/dccp/ |
D | ipv4.c | 1000 .sendmsg = inet_sendmsg,
|
D | ipv6.c | 1083 .sendmsg = inet_sendmsg,
|
/linux-5.19.10/net/ipv6/ |
D | raw.c | 1294 .sendmsg = inet_sendmsg, /* ok */
|
/linux-5.19.10/net/sctp/ |
D | ipv6.c | 1083 .sendmsg = inet_sendmsg,
|
D | protocol.c | 1129 .sendmsg = inet_sendmsg,
|
/linux-5.19.10/drivers/xen/ |
D | pvcalls-back.c | 201 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
|
/linux-5.19.10/net/ |
D | socket.c | 708 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/ |
D | histogram.rst | 1106 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/ |
D | scaling.rst | 272 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg(), inet_sendpage()
|
/linux-5.19.10/net/mptcp/ |
D | protocol.c | 3735 .sendmsg = inet_sendmsg,
|