tag | line | file | source code |
ubuf | 25 | fs/open.c | asmlinkage int sys_ustat(int dev, struct ustat * ubuf) |
ubuf | 103 | include/linux/net.h | int (*read) (struct socket *sock, char *ubuf, int size, |
ubuf | 105 | include/linux/net.h | int (*write) (struct socket *sock, char *ubuf, int size, |
ubuf | 1460 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
ubuf | 1575 | net/appletalk/ddp.c | memcpy_fromfs(skb_put(skb,len),ubuf,len); |
ubuf | 1637 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
ubuf | 1639 | net/appletalk/ddp.c | return atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
ubuf | 1642 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1672 | net/appletalk/ddp.c | skb_copy_datagram(skb,0,ubuf,copied); |
ubuf | 1679 | net/appletalk/ddp.c | skb_copy_datagram(skb,sizeof(*ddp),ubuf,copied); |
ubuf | 1693 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1695 | net/appletalk/ddp.c | return atalk_send(sock,ubuf,size,noblock,0); |
ubuf | 1699 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
ubuf | 1705 | net/appletalk/ddp.c | return atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
ubuf | 1708 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1710 | net/appletalk/ddp.c | return atalk_recv(sock,ubuf,size,noblock,0); |
ubuf | 1535 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
ubuf | 1636 | net/ax25/af_ax25.c | memcpy_fromfs(skb_put(skb, len), ubuf, len); |
ubuf | 1685 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
ubuf | 1687 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
ubuf | 1690 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1692 | net/ax25/af_ax25.c | return ax25_send(sock, ubuf, size, noblock, 0); |
ubuf | 1695 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1727 | net/ax25/af_ax25.c | skb_copy_datagram(skb, bias, ubuf, copied); |
ubuf | 1756 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
ubuf | 1764 | net/ax25/af_ax25.c | return ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
ubuf | 1767 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1769 | net/ax25/af_ax25.c | return ax25_recv(sock, ubuf, size, noblock, 0); |
ubuf | 1161 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1173 | net/ipv4/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
ubuf | 1178 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1182 | net/ipv4/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
ubuf | 1185 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1194 | net/ipv4/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
ubuf | 1197 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1211 | net/ipv4/af_inet.c | return(sk->prot->write(sk, (unsigned char *) ubuf, size, noblock, flags)); |
ubuf | 1214 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1216 | net/ipv4/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
ubuf | 1219 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1235 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, |
ubuf | 983 | net/ipx/af_ipx.c | ipxrtr_route_packet(ipx_socket *sk, struct sockaddr_ipx *usipx, void *ubuf, int len) |
ubuf | 1033 | net/ipx/af_ipx.c | memcpy_fromfs(skb_put(skb,len),ubuf,len); |
ubuf | 1671 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
ubuf | 1708 | net/ipx/af_ipx.c | retval = ipxrtr_route_packet(sk, usipx, ubuf, len); |
ubuf | 1714 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
ubuf | 1716 | net/ipx/af_ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
ubuf | 1719 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1750 | net/ipx/af_ipx.c | skb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied); |
ubuf | 1764 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1766 | net/ipx/af_ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
ubuf | 1770 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
ubuf | 1776 | net/ipx/af_ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
ubuf | 1779 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1781 | net/ipx/af_ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
ubuf | 980 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
ubuf | 1068 | net/netrom/af_netrom.c | memcpy_fromfs(asmptr, ubuf, len); |
ubuf | 1083 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
ubuf | 1085 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
ubuf | 1088 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1090 | net/netrom/af_netrom.c | return nr_send(sock, ubuf, size, noblock, 0); |
ubuf | 1093 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
ubuf | 1121 | net/netrom/af_netrom.c | skb_copy_datagram(skb, 0, ubuf, copied); |
ubuf | 1139 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
ubuf | 1147 | net/netrom/af_netrom.c | return nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
ubuf | 1150 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
ubuf | 1152 | net/netrom/af_netrom.c | return nr_recv(sock, ubuf, size, noblock, 0); |
ubuf | 317 | net/socket.c | static int sock_read(struct inode *inode, struct file *file, char *ubuf, int size) |
ubuf | 330 | net/socket.c | if ((err=verify_area(VERIFY_WRITE,ubuf,size))<0) |
ubuf | 332 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
ubuf | 340 | net/socket.c | static int sock_write(struct inode *inode, struct file *file, char *ubuf, int size) |
ubuf | 355 | net/socket.c | if ((err=verify_area(VERIFY_READ,ubuf,size))<0) |
ubuf | 357 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
ubuf | 72 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, |
ubuf | 74 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, |
ubuf | 609 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
ubuf | 656 | net/unix/sock.c | memcpy_tofs(ubuf, upd->buf + upd->bp_tail, cando); |
ubuf | 658 | net/unix/sock.c | ubuf += cando; |
ubuf | 679 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
ubuf | 751 | net/unix/sock.c | memcpy_fromfs(pupd->buf + pupd->bp_head, ubuf, cando); |
ubuf | 753 | net/unix/sock.c | ubuf += cando; |