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);
ubuf1570net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1671net/ax25/af_ax25.cmemcpy_fromfs(skb_put(skb, len), ubuf, len);
ubuf1720net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1722net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1725net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1727net/ax25/af_ax25.creturn ax25_send(sock, ubuf, size, noblock, 0);
ubuf1730net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1762net/ax25/af_ax25.cskb_copy_datagram(skb, bias, ubuf, copied);
ubuf1791net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1799net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1802net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1804net/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, 
ubuf990net/ipx/af_ipx.cipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, const void *ubuf, int len)
ubuf1040net/ipx/af_ipx.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1692net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1729net/ipx/af_ipx.cretval = ipxrtr_route_packet(sk, usipx, ubuf, len);
ubuf1735net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1737net/ipx/af_ipx.creturn ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1740net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1771net/ipx/af_ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);
ubuf1785net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1787net/ipx/af_ipx.creturn ipx_send(sock,ubuf,size,noblock,0);
ubuf1791net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1797net/ipx/af_ipx.creturn ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1800net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1802net/ipx/af_ipx.creturn ipx_recv(sock,ubuf,size,noblock,0);
ubuf1011net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
ubuf1102net/netrom/af_netrom.cmemcpy_fromfs(asmptr, ubuf, len);
ubuf1117net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
ubuf1119net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1122net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf1124net/netrom/af_netrom.creturn nr_send(sock, ubuf, size, noblock, 0);
ubuf1127net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1155net/netrom/af_netrom.cskb_copy_datagram(skb, 0, ubuf, copied);
ubuf1173net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1181net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1184net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1186net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
ubuf318net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf331net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf333net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
ubuf341net/socket.cstatic int sock_write(struct inode *inode, struct file *file, const char *ubuf, int size)
ubuf356net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf358net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
ubuf933net/unix/af_unix.cstatic int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
ubuf938net/unix/af_unix.ciov.iov_base=ubuf;
ubuf950net/unix/af_unix.cstatic int unix_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf952net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL);
ubuf955net/unix/af_unix.cstatic int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags)
ubuf957net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf960net/unix/af_unix.cstatic int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
ubuf965net/unix/af_unix.ciov.iov_base=(void *)ubuf;
ubuf975net/unix/af_unix.cstatic int unix_write(struct socket *sock, const char *ubuf, int size, int noblock)
ubuf977net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0);
ubuf980net/unix/af_unix.cstatic int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags)
ubuf982net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0);