Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_common.h36 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/linux/net/ipv4/
H A Daf_inet.c852 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg() function
862 EXPORT_SYMBOL(inet_sendmsg);
1076 .sendmsg = inet_sendmsg,
1111 .sendmsg = inet_sendmsg,
1143 .sendmsg = inet_sendmsg,
/linux/net/l2tp/
H A Dl2tp_ip6.c773 .sendmsg = inet_sendmsg,
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/sctp/
H A Dipv6.c1057 .sendmsg = inet_sendmsg,
H A Dprotocol.c1119 .sendmsg = inet_sendmsg,
/linux/drivers/xen/
H A Dpvcalls-back.c203 ret = inet_sendmsg(map->sock, &msg, size); in pvcalls_conn_back_write()
/linux/net/
H A Dsocket.c714 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
728 inet_sendmsg, sock, msg, in sock_sendmsg_nosec()
/linux/net/mptcp/
H A Dprotocol.c4530 .sendmsg = inet_sendmsg,