taglinefilesource code
msghdr35fs/ncpfs/sock.cstruct msghdr msg;
msghdr57fs/ncpfs/sock.cstruct msghdr msg;
msghdr565fs/nfs/nfsroot.cstruct msghdr msg;
msghdr589fs/nfs/nfsroot.cstruct msghdr msg;
msghdr110fs/nfs/rpcsock.cstruct msghdr  msg;
msghdr137fs/nfs/rpcsock.cstruct msghdr  msg;
msghdr175fs/read_write.cstruct msghdr msg;
msghdr31fs/smbfs/sock.cstruct msghdr msg;
msghdr49fs/smbfs/sock.cstruct msghdr msg;
msghdr118include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
msghdr119include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
msghdr133include/linux/socket.hextern int verify_iovec(struct msghdr *m, struct iovec *iov, char *address, int mode);
msghdr365include/net/sock.hint      (*sendmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr367include/net/sock.hint      (*recvmsg)(struct sock *sk, struct msghdr *msg, int len,
msghdr1647net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr1834net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
msghdr1953net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr2091net/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)
msghdr1117net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
msghdr1133net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
msghdr127net/ipv4/packet.cstatic int packet_sendmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr400net/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, 
msghdr314net/ipv4/raw.cint raw_recvmsg(struct sock *sk, struct msghdr *msg, int len,
msghdr891net/ipv4/tcp.cstatic int do_tcp_sendmsg(struct sock *sk, struct msghdr *msg,
msghdr1153net/ipv4/tcp.cstatic int tcp_sendmsg(struct sock *sk, struct msghdr *msg,
msghdr1290net/ipv4/tcp.cstruct msghdr *msg, int len, int flags, int *addr_len)
msghdr1393net/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,
msghdr2059net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
msghdr2115net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
msghdr1004net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
msghdr1107net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
msghdr338net/socket.cstruct msghdr msg;
msghdr369net/socket.cstruct msghdr msg;
msghdr902net/socket.cstruct msghdr msg;
msghdr938net/socket.cstruct msghdr msg;
msghdr974net/socket.cstruct msghdr msg;
msghdr1015net/socket.cstruct msghdr msg;
msghdr1110net/socket.casmlinkage int sys_sendmsg(int fd, struct msghdr *msg, unsigned int flags)
msghdr1116net/socket.cstruct msghdr msg_sys;
msghdr1129net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1133net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1151net/socket.casmlinkage int sys_recvmsg(int fd, struct msghdr *msg, unsigned int flags)
msghdr1157net/socket.cstruct msghdr msg_sys;
msghdr1168net/socket.cerr=verify_area(VERIFY_READ, msg,sizeof(struct msghdr));
msghdr1171net/socket.cmemcpy_fromfs(&msg_sys,msg,sizeof(struct msghdr));
msghdr1303net/socket.c(struct msghdr *) a1,
msghdr1307net/socket.c(struct msghdr *) a1,
msghdr889net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
msghdr1068net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)