Home
last modified time | relevance | path

Searched refs:inet6_sendmsg (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Daf_inet6.c652 int inet6_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet6_sendmsg() function
705 .sendmsg = inet6_sendmsg, /* retpoline's sake */
738 .sendmsg = inet6_sendmsg, /* retpoline's sake */
/kernel/linux/linux-6.6/net/ipv6/
H A Daf_inet6.c649 int inet6_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet6_sendmsg() function
701 .sendmsg = inet6_sendmsg, /* retpoline's sake */
734 .sendmsg = inet6_sendmsg, /* retpoline's sake */
/kernel/linux/linux-5.10/include/net/
H A Dipv6.h1120 int inet6_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/kernel/linux/linux-6.6/include/net/
H A Dipv6.h1234 int inet6_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);
/kernel/linux/linux-5.10/net/
H A Dsocket.c647 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *,
651 int ret = INDIRECT_CALL_INET(sock->ops->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec()
/kernel/linux/linux-6.6/net/
H A Dsocket.c719 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *,
730 int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec()
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c2855 .sendmsg = inet6_sendmsg,
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c4132 .sendmsg = inet6_sendmsg,

Completed in 24 milliseconds