Lines Matching refs:msghdr

699 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
701 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *,
710 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec()
722 static int __sock_sendmsg(struct socket *sock, struct msghdr *msg) in __sock_sendmsg()
738 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg()
770 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
821 static void put_ts_pktinfo(struct msghdr *msg, struct sk_buff *skb, in put_ts_pktinfo()
849 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp()
948 void __sock_recv_wifi_status(struct msghdr *msg, struct sock *sk, in __sock_recv_wifi_status()
965 static inline void sock_recv_drops(struct msghdr *msg, struct sock *sk, in sock_recv_drops()
973 static void sock_recv_mark(struct msghdr *msg, struct sock *sk, in sock_recv_mark()
984 static void sock_recv_priority(struct msghdr *msg, struct sock *sk, in sock_recv_priority()
994 void __sock_recv_cmsgs(struct msghdr *msg, struct sock *sk, in __sock_recv_cmsgs()
1004 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *,
1006 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
1014 static inline int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg, in sock_recvmsg_nosec()
1035 int sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags) in sock_recvmsg()
1059 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, in kernel_recvmsg()
1096 struct msghdr msg = {.msg_iter = *to, in sock_read_iter()
1118 struct msghdr msg = {.msg_iter = *from, in sock_write_iter()
2151 struct msghdr msg; in __sys_sendto()
2209 struct msghdr msg = { in __sys_recvfrom()
2442 int __copy_msghdr(struct msghdr *kmsg, in __copy_msghdr()
2488 static int copy_msghdr_from_user(struct msghdr *kmsg, in copy_msghdr_from_user()
2509 static int ____sys_sendmsg(struct socket *sock, struct msghdr *msg_sys, in ____sys_sendmsg()
2585 static int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr()
2606 struct msghdr *msg_sys, unsigned int flags, in ___sys_sendmsg()
2629 long __sys_sendmsg_sock(struct socket *sock, struct msghdr *msg, in __sys_sendmsg_sock()
2638 struct msghdr msg_sys; in __sys_sendmsg()
2671 struct msghdr msg_sys; in __sys_sendmmsg()
2739 static int recvmsg_copy_msghdr(struct msghdr *msg, in recvmsg_copy_msghdr()
2760 static int ____sys_recvmsg(struct socket *sock, struct msghdr *msg_sys, in ____sys_recvmsg()
2817 struct msghdr *msg_sys, unsigned int flags, int nosec) in ___sys_recvmsg()
2837 long __sys_recvmsg_sock(struct socket *sock, struct msghdr *msg, in __sys_recvmsg_sock()
2847 struct msghdr msg_sys; in __sys_recvmsg()
2882 struct msghdr msg_sys; in do_recvmmsg()