Searched refs:inet_sendmsg (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/include/net/ |
D | inet_common.h | 29 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
|
/Linux-v5.4/net/ipv4/ |
D | af_inet.c | 800 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function 810 EXPORT_SYMBOL(inet_sendmsg); 999 .sendmsg = inet_sendmsg, 1035 .sendmsg = inet_sendmsg, 1068 .sendmsg = inet_sendmsg,
|
/Linux-v5.4/net/l2tp/ |
D | l2tp_ip.c | 622 .sendmsg = inet_sendmsg,
|
D | l2tp_ip6.c | 756 .sendmsg = inet_sendmsg,
|
/Linux-v5.4/net/dccp/ |
D | ipv4.c | 996 .sendmsg = inet_sendmsg,
|
D | ipv6.c | 1080 .sendmsg = inet_sendmsg,
|
/Linux-v5.4/net/sctp/ |
D | ipv6.c | 1023 .sendmsg = inet_sendmsg,
|
D | protocol.c | 1019 .sendmsg = inet_sendmsg,
|
/Linux-v5.4/drivers/xen/ |
D | pvcalls-back.c | 200 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
|
/Linux-v5.4/net/ipv6/ |
D | raw.c | 1375 .sendmsg = inet_sendmsg, /* ok */
|
/Linux-v5.4/net/ |
D | socket.c | 631 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 638 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
|
/Linux-v5.4/Documentation/trace/ |
D | histogram.rst | 1105 inet_sendmsg+0x64/0xa0 1530 inet_sendmsg+0x67/0xa0 1550 inet_sendmsg+0x67/0xa0 1568 inet_sendmsg+0x67/0xa0 1586 inet_sendmsg+0x67/0xa0
|
/Linux-v5.4/Documentation/networking/ |
D | scaling.rst | 272 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg(), inet_sendpage()
|