tag | line | file | source code |
noblock | 288 | 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 | 228 | include/net/sock.h | unsigned char *from, int len, int noblock, |
noblock | 232 | include/net/sock.h | unsigned char *from, int len, int noblock, |
noblock | 316 | 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 | 1440 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1617 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1619 | net/appletalk/ddp.c | return atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1622 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1642 | net/appletalk/ddp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1673 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1675 | net/appletalk/ddp.c | return atalk_send(sock,ubuf,size,noblock,0); |
noblock | 1679 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1685 | net/appletalk/ddp.c | return atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1688 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1690 | net/appletalk/ddp.c | return atalk_recv(sock,ubuf,size,noblock,0); |
noblock | 1468 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1605 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1607 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1610 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1612 | net/ax25/af_ax25.c | return ax25_send(sock, ubuf, size, noblock, 0); |
noblock | 1615 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1639 | net/ax25/af_ax25.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1672 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1680 | net/ax25/af_ax25.c | return ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1683 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1685 | 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 | 89 | net/core/datagram.c | if (noblock) |
noblock | 422 | net/core/sock.c | struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, int noblock, int *errcode) |
noblock | 454 | net/core/sock.c | if(noblock) |
noblock | 1155 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1167 | net/ipv4/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 1172 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1176 | net/ipv4/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
noblock | 1179 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1188 | net/ipv4/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
noblock | 1191 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1205 | net/ipv4/af_inet.c | return(sk->prot->write(sk, (unsigned char *) ubuf, size, noblock, flags)); |
noblock | 1208 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1210 | net/ipv4/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
noblock | 1213 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1229 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 141 | net/ipv4/packet.c | int noblock, unsigned flags, struct sockaddr_in *usin, |
noblock | 225 | net/ipv4/packet.c | int len, int noblock, unsigned flags) |
noblock | 227 | net/ipv4/packet.c | return(packet_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 285 | net/ipv4/packet.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 313 | net/ipv4/packet.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 367 | net/ipv4/packet.c | int len, int noblock, unsigned flags) |
noblock | 369 | 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 | 281 | net/ipv4/udp.c | static int udp_sendto(struct sock *sk, unsigned char *from, int len, int noblock, |
noblock | 340 | net/ipv4/udp.c | static int udp_write(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 343 | net/ipv4/udp.c | return(udp_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 407 | net/ipv4/udp.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 427 | net/ipv4/udp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 458 | net/ipv4/udp.c | int udp_read(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 461 | net/ipv4/udp.c | return(udp_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 1670 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1713 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1715 | net/ipx/af_ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1718 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1740 | net/ipx/af_ipx.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1763 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1765 | net/ipx/af_ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
noblock | 1769 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1775 | net/ipx/af_ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1778 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1780 | net/ipx/af_ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
noblock | 957 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1067 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1069 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1072 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1074 | net/netrom/af_netrom.c | return nr_send(sock, ubuf, size, noblock, 0); |
noblock | 1077 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1100 | net/netrom/af_netrom.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1123 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1131 | net/netrom/af_netrom.c | return nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1134 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1136 | net/netrom/af_netrom.c | return nr_recv(sock, ubuf, size, noblock, 0); |