Lines Matching refs:msghdr
645 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
647 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *,
649 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec()
666 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg()
687 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
708 int kernel_sendmsg_locked(struct sock *sk, struct msghdr *msg, in kernel_sendmsg_locked()
745 static void put_ts_pktinfo(struct msghdr *msg, struct sk_buff *skb) in put_ts_pktinfo()
769 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp()
846 void __sock_recv_wifi_status(struct msghdr *msg, struct sock *sk, in __sock_recv_wifi_status()
862 static inline void sock_recv_drops(struct msghdr *msg, struct sock *sk, in sock_recv_drops()
870 void __sock_recv_ts_and_drops(struct msghdr *msg, struct sock *sk, in __sock_recv_ts_and_drops()
878 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *,
880 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
882 static inline int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg, in sock_recvmsg_nosec()
899 int sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags) in sock_recvmsg()
923 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, in kernel_recvmsg()
963 struct msghdr msg = {.msg_iter = *to, in sock_read_iter()
985 struct msghdr msg = {.msg_iter = *from, in sock_write_iter()
1967 struct msghdr msg; in __sys_sendto()
2027 struct msghdr msg; in __sys_recvfrom()
2227 int __copy_msghdr_from_user(struct msghdr *kmsg, in __copy_msghdr_from_user()
2278 static int copy_msghdr_from_user(struct msghdr *kmsg, in copy_msghdr_from_user()
2297 static int ____sys_sendmsg(struct socket *sock, struct msghdr *msg_sys, in ____sys_sendmsg()
2372 int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr()
2393 struct msghdr *msg_sys, unsigned int flags, in ___sys_sendmsg()
2416 long __sys_sendmsg_sock(struct socket *sock, struct msghdr *msg, in __sys_sendmsg_sock()
2430 struct msghdr msg_sys; in __sys_sendmsg()
2463 struct msghdr msg_sys; in __sys_sendmmsg()
2529 int recvmsg_copy_msghdr(struct msghdr *msg, in recvmsg_copy_msghdr()
2550 static int ____sys_recvmsg(struct socket *sock, struct msghdr *msg_sys, in ____sys_recvmsg()
2607 struct msghdr *msg_sys, unsigned int flags, int nosec) in ___sys_recvmsg()
2627 long __sys_recvmsg_sock(struct socket *sock, struct msghdr *msg, in __sys_recvmsg_sock()
2644 struct msghdr msg_sys; in __sys_recvmsg()
2679 struct msghdr msg_sys; in do_recvmmsg()