taglinefilesource code
msghdr35fs/ncpfs/sock.cstruct msghdr msg;
msghdr57fs/ncpfs/sock.cstruct msghdr msg;
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;
msghdr164fs/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);
msghdr310include/net/sock.hint      (*sendmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr312include/net/sock.hint      (*recvmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr1515net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr1702net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
msghdr1779net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr1919net/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)
msghdr1170net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
msghdr1186net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
msghdr122net/ipv4/packet.cstatic int packet_sendmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr378net/ipv4/packet.cint packet_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr257net/ipv4/raw.cstatic int raw_sendmsg(struct sock *sk, struct msghdr *msg, int len, int noblock, 
msghdr312net/ipv4/raw.cint raw_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr892net/ipv4/tcp.cstatic int do_tcp_sendmsg(struct sock *sk, struct msghdr *msg,
msghdr1149net/ipv4/tcp.cstatic int tcp_sendmsg(struct sock *sk, struct msghdr *msg,
msghdr1286net/ipv4/tcp.cstruct msghdr *msg, int len, int flags, int *addr_len)
msghdr1432net/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,
msghdr1963net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
msghdr2016net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
msghdr1011net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr1114net/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;
msghdr1096net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1100net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1118net/socket.casmlinkage int sys_recvmsg(int fd, struct msghdr *msg, unsigned int flags)
msghdr1124net/socket.cstruct msghdr msg_sys;
msghdr1135net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1138net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1270net/socket.c(struct msghdr *) a1,
msghdr1274net/socket.c(struct msghdr *) a1,
msghdr683net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr882net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)