taglinefilesource code
ubuf25fs/open.casmlinkage int sys_ustat(int dev, struct ustat * ubuf)
ubuf103include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
ubuf105include/linux/net.hint  (*write)  (struct socket *sock, char *ubuf, int size,
ubuf1460net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock,
ubuf1575net/appletalk/ddp.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1637net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
ubuf1639net/appletalk/ddp.creturn atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1642net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1672net/appletalk/ddp.cskb_copy_datagram(skb,0,ubuf,copied);
ubuf1679net/appletalk/ddp.cskb_copy_datagram(skb,sizeof(*ddp),ubuf,copied);
ubuf1693net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1695net/appletalk/ddp.creturn atalk_send(sock,ubuf,size,noblock,0);
ubuf1699net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1705net/appletalk/ddp.creturn atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1708net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1710net/appletalk/ddp.creturn atalk_recv(sock,ubuf,size,noblock,0);
ubuf1535net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock,
ubuf1636net/ax25/af_ax25.cmemcpy_fromfs(skb_put(skb, len), ubuf, len);
ubuf1685net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
ubuf1687net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1690net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1692net/ax25/af_ax25.creturn ax25_send(sock, ubuf, size, noblock, 0);
ubuf1695net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1727net/ax25/af_ax25.cskb_copy_datagram(skb, bias, ubuf, copied);
ubuf1756net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1764net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1767net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1769net/ax25/af_ax25.creturn ax25_recv(sock, ubuf, size, noblock, 0);
ubuf1161net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1173net/ipv4/af_inet.creturn(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags,
ubuf1178net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1182net/ipv4/af_inet.creturn inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
ubuf1185net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1194net/ipv4/af_inet.creturn(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0));
ubuf1197net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1211net/ipv4/af_inet.creturn(sk->prot->write(sk, (unsigned char *) ubuf, size, noblock, flags));
ubuf1214net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1216net/ipv4/af_inet.creturn inet_send(sock,ubuf,size,noblock,0);
ubuf1219net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
ubuf1235net/ipv4/af_inet.creturn(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, 
ubuf983net/ipx/af_ipx.cipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, void *ubuf, int len)
ubuf1033net/ipx/af_ipx.cmemcpy_fromfs(skb_put(skb,len),ubuf,len);
ubuf1671net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
ubuf1708net/ipx/af_ipx.cretval = ipxrtr_route_packet(sk, usipx, ubuf, len);
ubuf1714net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
ubuf1716net/ipx/af_ipx.creturn ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0);
ubuf1719net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1750net/ipx/af_ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);
ubuf1764net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1766net/ipx/af_ipx.creturn ipx_send(sock,ubuf,size,noblock,0);
ubuf1770net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1776net/ipx/af_ipx.creturn ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
ubuf1779net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1781net/ipx/af_ipx.creturn ipx_recv(sock,ubuf,size,noblock,0);
ubuf980net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock,
ubuf1068net/netrom/af_netrom.cmemcpy_fromfs(asmptr, ubuf, len);
ubuf1083net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
ubuf1085net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
ubuf1088net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1090net/netrom/af_netrom.creturn nr_send(sock, ubuf, size, noblock, 0);
ubuf1093net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
ubuf1121net/netrom/af_netrom.cskb_copy_datagram(skb, 0, ubuf, copied);
ubuf1139net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
ubuf1147net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
ubuf1150net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
ubuf1152net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
ubuf317net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf330net/socket.cif ((err=verify_area(VERIFY_WRITE,ubuf,size))<0)
ubuf332net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
ubuf340net/socket.cstatic int sock_write(struct inode *inode, struct file *file, char *ubuf, int size)
ubuf355net/socket.cif ((err=verify_area(VERIFY_READ,ubuf,size))<0)
ubuf357net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
ubuf72net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
ubuf74net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
ubuf609net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
ubuf656net/unix/sock.cmemcpy_tofs(ubuf, upd->buf + upd->bp_tail, cando);
ubuf658net/unix/sock.cubuf += cando;
ubuf679net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
ubuf751net/unix/sock.cmemcpy_fromfs(pupd->buf + pupd->bp_head, ubuf, cando);
ubuf753net/unix/sock.cubuf += cando;