tag | line | file | source code |
noblock | 363 | include/linux/skbuff.h | extern struct sk_buff * skb_recv_datagram(struct sock *sk,unsigned flags,int noblock, int *err); |
noblock | 27 | include/net/raw.h | int len, int noblock, unsigned flags, |
noblock | 30 | include/net/raw.h | int len, int noblock, unsigned flags); |
noblock | 226 | include/net/sock.h | unsigned char *from, int len, int noblock, |
noblock | 230 | include/net/sock.h | unsigned char *from, int len, int noblock, |
noblock | 312 | include/net/sock.h | extern struct sk_buff *sock_alloc_send_skb(struct sock *skb, unsigned long size, int noblock, int *errcode); |
noblock | 39 | include/net/udp.h | int len, int noblock, unsigned flags, |
noblock | 42 | include/net/udp.h | int len, int noblock, unsigned flags); |
noblock | 1460 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1637 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1639 | net/appletalk/ddp.c | return atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1642 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1662 | net/appletalk/ddp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1693 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1695 | net/appletalk/ddp.c | return atalk_send(sock,ubuf,size,noblock,0); |
noblock | 1699 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1705 | net/appletalk/ddp.c | return atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1708 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1710 | net/appletalk/ddp.c | return atalk_recv(sock,ubuf,size,noblock,0); |
noblock | 1535 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1685 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1687 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1690 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1692 | net/ax25/af_ax25.c | return ax25_send(sock, ubuf, size, noblock, 0); |
noblock | 1695 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1723 | net/ax25/af_ax25.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1756 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1764 | net/ax25/af_ax25.c | return ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1767 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1769 | net/ax25/af_ax25.c | return ax25_recv(sock, ubuf, size, noblock, 0); |
noblock | 53 | net/core/datagram.c | struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock, int *err) |
noblock | 91 | net/core/datagram.c | if (noblock) |
noblock | 424 | net/core/sock.c | struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, int noblock, int *errcode) |
noblock | 456 | net/core/sock.c | if(noblock) |
noblock | 1161 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1173 | net/ipv4/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 1178 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1182 | net/ipv4/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
noblock | 1185 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1194 | net/ipv4/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
noblock | 1197 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1211 | net/ipv4/af_inet.c | return(sk->prot->write(sk, (unsigned char *) ubuf, size, noblock, flags)); |
noblock | 1214 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1216 | net/ipv4/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
noblock | 1219 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1235 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 145 | net/ipv4/packet.c | int noblock, unsigned flags, struct sockaddr_in *usin, |
noblock | 228 | net/ipv4/packet.c | int len, int noblock, unsigned flags) |
noblock | 230 | net/ipv4/packet.c | return(packet_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 288 | net/ipv4/packet.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 315 | net/ipv4/packet.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 368 | net/ipv4/packet.c | int len, int noblock, unsigned flags) |
noblock | 370 | net/ipv4/packet.c | return(packet_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 159 | net/ipv4/raw.c | int len, int noblock, unsigned flags, struct sockaddr_in *usin, int addr_len) |
noblock | 210 | net/ipv4/raw.c | static int raw_write(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 213 | net/ipv4/raw.c | return(raw_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 235 | net/ipv4/raw.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 252 | net/ipv4/raw.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 274 | net/ipv4/raw.c | int raw_read (struct sock *sk, unsigned char *buff, int len, int noblock,unsigned flags) |
noblock | 276 | net/ipv4/raw.c | return(raw_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 285 | net/ipv4/udp.c | static int udp_sendto(struct sock *sk, unsigned char *from, int len, int noblock, |
noblock | 344 | net/ipv4/udp.c | static int udp_write(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 347 | net/ipv4/udp.c | return(udp_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 411 | net/ipv4/udp.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 431 | net/ipv4/udp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 462 | net/ipv4/udp.c | int udp_read(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 465 | net/ipv4/udp.c | return(udp_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 1671 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1714 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1716 | net/ipx/af_ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1719 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1741 | net/ipx/af_ipx.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1764 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1766 | net/ipx/af_ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
noblock | 1770 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1776 | net/ipx/af_ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1779 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1781 | net/ipx/af_ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
noblock | 980 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1083 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1085 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1088 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1090 | net/netrom/af_netrom.c | return nr_send(sock, ubuf, size, noblock, 0); |
noblock | 1093 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1116 | net/netrom/af_netrom.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1139 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1147 | net/netrom/af_netrom.c | return nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1150 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1152 | net/netrom/af_netrom.c | return nr_recv(sock, ubuf, size, noblock, 0); |