Lines Matching refs:msghdr
633 static int unix_stream_sendmsg(struct socket *, struct msghdr *, size_t);
634 static int unix_stream_recvmsg(struct socket *, struct msghdr *, size_t, int);
635 static int unix_dgram_sendmsg(struct socket *, struct msghdr *, size_t);
636 static int unix_dgram_recvmsg(struct socket *, struct msghdr *, size_t, int);
639 static int unix_seqpacket_sendmsg(struct socket *, struct msghdr *, size_t);
640 static int unix_seqpacket_recvmsg(struct socket *, struct msghdr *, size_t,
1573 static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_sendmsg()
1784 static int unix_stream_sendmsg(struct socket *sock, struct msghdr *msg, in unix_stream_sendmsg()
1887 static int unix_seqpacket_sendmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_sendmsg()
1906 static int unix_seqpacket_recvmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_recvmsg()
1917 static void unix_copy_addr(struct msghdr *msg, struct sock *sk) in unix_copy_addr()
1927 static int unix_dgram_recvmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_recvmsg()
2064 static int unix_stream_recvmsg(struct socket *sock, struct msghdr *msg, in unix_stream_recvmsg()