taglinefilesource code
msghdr85fs/nfs/rpcsock.crpc_sendmsg(struct rpc_sock *rsock, struct msghdr *msg, int len)
msghdr133fs/nfs/rpcsock.crpc_recvmsg(struct rpc_sock *rsock, struct msghdr *msg, int len,int flags)
msghdr170fs/nfs/rpcsock.cstruct msghdr   msg;
msghdr160fs/read_write.cstruct msghdr msg;
msghdr31fs/smbfs/sock.cstruct msghdr msg;
msghdr49fs/smbfs/sock.cstruct msghdr msg;
msghdr117include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
msghdr118include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
msghdr121include/linux/socket.hextern int verify_iovec(struct msghdr *m, struct iovec *iov, char *address, int mode);
msghdr305include/net/sock.hint      (*sendmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr307include/net/sock.hint      (*recvmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr1512net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr1699net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
msghdr1691net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr1829net/ax25/af_ax25.cstatic int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
msghdr28net/core/iovec.cint verify_iovec(struct msghdr *m, struct iovec *iov, char *address, int mode)
msghdr1127net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
msghdr1143net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
msghdr123net/ipv4/packet.cstatic int packet_sendmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr379net/ipv4/packet.cint packet_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr258net/ipv4/raw.cstatic int raw_sendmsg(struct sock *sk, struct msghdr *msg, int len, int noblock, 
msghdr313net/ipv4/raw.cint raw_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr1695net/ipv4/tcp.cstatic int tcp_sendmsg(struct sock *sk, struct msghdr *msg,
msghdr2234net/ipv4/tcp.cstruct msghdr *msg, int len, int flags, int *addr_len)
msghdr2296net/ipv4/tcp.cstatic int tcp_recvmsg(struct sock *sk, struct msghdr *msg,
msghdr409net/ipv4/udp.cstatic int udp_sendmsg(struct sock *sk, struct msghdr *msg, int len, int noblock, 
msghdr499net/ipv4/udp.cint udp_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr1778net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
msghdr1826net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
msghdr1028net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr1131net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
msghdr327net/socket.cstruct msghdr msg;
msghdr358net/socket.cstruct msghdr msg;
msghdr869net/socket.cstruct msghdr msg;
msghdr905net/socket.cstruct msghdr msg;
msghdr941net/socket.cstruct msghdr msg;
msghdr982net/socket.cstruct msghdr msg;
msghdr1077net/socket.casmlinkage int sys_sendmsg(int fd, struct msghdr *msg, unsigned int flags)
msghdr1083net/socket.cstruct msghdr msg_sys;
msghdr1092net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1095net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1112net/socket.casmlinkage int sys_recvmsg(int fd, struct msghdr *msg, unsigned int flags)
msghdr1118net/socket.cstruct msghdr msg_sys;
msghdr1129net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1132net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1264net/socket.c(struct msghdr *) a1,
msghdr1268net/socket.c(struct msghdr *) a1,
msghdr679net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr816net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)