Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_common.h29 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c814 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function
824 EXPORT_SYMBOL(inet_sendmsg);
1038 .sendmsg = inet_sendmsg,
1072 .sendmsg = inet_sendmsg,
1103 .sendmsg = inet_sendmsg,
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip.c623 .sendmsg = inet_sendmsg,
H A Dl2tp_ip6.c751 .sendmsg = inet_sendmsg,
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c994 .sendmsg = inet_sendmsg,
H A Dipv6.c1075 .sendmsg = inet_sendmsg,
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c1035 .sendmsg = inet_sendmsg,
H A Dprotocol.c1041 .sendmsg = inet_sendmsg,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Draw.c1328 .sendmsg = inet_sendmsg, /* ok */
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dpvcalls-back.c201 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c646 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
653 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst1105 inet_sendmsg+0x64/0xa0
1530 inet_sendmsg+0x67/0xa0
1550 inet_sendmsg+0x67/0xa0
1568 inet_sendmsg+0x67/0xa0
1586 inet_sendmsg+0x67/0xa0
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dscaling.rst272 and sendmsg (specifically, inet_recvmsg(), inet_sendmsg(), inet_sendpage()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2805 .sendmsg = inet_sendmsg,