taglinefilesource code
ubuf257fs/super.casmlinkage int sys_ustat(dev_t dev, struct ustat * ubuf)
ubuf272fs/super.cerror = verify_area(VERIFY_WRITE,ubuf,sizeof(struct ustat));
ubuf285fs/super.cmemcpy_tofs(ubuf,&tmp,sizeof(struct ustat));
ubuf105include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
ubuf107include/linux/net.hint  (*write)  (struct socket *sock, const char *ubuf, int size,
ubuf1466net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1581net/appletalk/ddp.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1643net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1645net/appletalk/ddp.creturn atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1648net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1678net/appletalk/ddp.cskb_copy_datagram(skb,0,ubuf,copied);
ubuf1685net/appletalk/ddp.cskb_copy_datagram(skb,sizeof(*ddp),ubuf,copied);
ubuf1699net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1701net/appletalk/ddp.creturn atalk_send(sock,ubuf,size,noblock,0);
ubuf1705net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1711net/appletalk/ddp.creturn atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1714net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1716net/appletalk/ddp.creturn atalk_recv(sock,ubuf,size,noblock,0);
ubuf1569net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1670net/ax25/af_ax25.cmemcpy_fromfs(skb_put(skb, len), ubuf, len);
ubuf1719net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1721net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1724net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1726net/ax25/af_ax25.creturn ax25_send(sock, ubuf, size, noblock, 0);
ubuf1729net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1761net/ax25/af_ax25.cskb_copy_datagram(skb, bias, ubuf, copied);
ubuf1790net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1798net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1801net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1803net/ax25/af_ax25.creturn ax25_recv(sock, ubuf, size, noblock, 0);
ubuf1168net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1180net/ipv4/af_inet.creturn(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags,
ubuf1185net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1189net/ipv4/af_inet.creturn inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf1192net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1201net/ipv4/af_inet.creturn(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0));
ubuf1204net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1218net/ipv4/af_inet.creturn(sk->prot->write(sk, (const unsigned char *) ubuf, size, noblock, flags));
ubuf1221net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1223net/ipv4/af_inet.creturn inet_send(sock,ubuf,size,noblock,0);
ubuf1226net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, 
ubuf1242net/ipv4/af_inet.creturn(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, 
ubuf989net/ipx/af_ipx.cipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, const void *ubuf, int len)
ubuf1039net/ipx/af_ipx.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1691net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1728net/ipx/af_ipx.cretval = ipxrtr_route_packet(sk, usipx, ubuf, len);
ubuf1734net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1736net/ipx/af_ipx.creturn ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1739net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1770net/ipx/af_ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);
ubuf1784net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1786net/ipx/af_ipx.creturn ipx_send(sock,ubuf,size,noblock,0);
ubuf1790net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1796net/ipx/af_ipx.creturn ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1799net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1801net/ipx/af_ipx.creturn ipx_recv(sock,ubuf,size,noblock,0);
ubuf1009net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1100net/netrom/af_netrom.cmemcpy_fromfs(asmptr, ubuf, len);
ubuf1115net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1117net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1120net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1122net/netrom/af_netrom.creturn nr_send(sock, ubuf, size, noblock, 0);
ubuf1125net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1153net/netrom/af_netrom.cskb_copy_datagram(skb, 0, ubuf, copied);
ubuf1171net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1179net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1182net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1184net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
ubuf322net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf335net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf337net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
ubuf345net/socket.cstatic int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size)
ubuf360net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf362net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
ubuf931net/unix/af_unix.cstatic int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf936net/unix/af_unix.ciov.iov_base=ubuf;
ubuf948net/unix/af_unix.cstatic int unix_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf950net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL);
ubuf953net/unix/af_unix.cstatic int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags)
ubuf955net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf958net/unix/af_unix.cstatic int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf963net/unix/af_unix.ciov.iov_base=(void *)ubuf;
ubuf973net/unix/af_unix.cstatic int unix_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf975net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0);
ubuf978net/unix/af_unix.cstatic int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags)
ubuf980net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0);