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 | 257 | include/net/sock.h | int noblock, unsigned flags, |
noblock | 260 | include/net/sock.h | unsigned char *from, int len, int noblock, |
noblock | 355 | include/net/sock.h | int noblock, |
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 | 1648 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1660 | net/appletalk/ddp.c | return atalk_sendmsg(sock,&msg,size,noblock,flags); |
noblock | 1664 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1666 | net/appletalk/ddp.c | return atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1669 | net/appletalk/ddp.c | static int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len) |
noblock | 1688 | net/appletalk/ddp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1719 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1721 | net/appletalk/ddp.c | return atalk_send(sock,ubuf,size,noblock,0); |
noblock | 1725 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1739 | net/appletalk/ddp.c | return atalk_recvmsg(sock,&msg,size,noblock,flags,addr_len); |
noblock | 1742 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1748 | net/appletalk/ddp.c | return atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1751 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1753 | net/appletalk/ddp.c | return atalk_recv(sock,ubuf,size,noblock,0); |
noblock | 1636 | net/ax25/af_ax25.c | static int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags) |
noblock | 1788 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1800 | net/ax25/af_ax25.c | return ax25_sendmsg(sock,&msg,size,noblock,flags); |
noblock | 1804 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1806 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1809 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1811 | net/ax25/af_ax25.c | return ax25_sendto(sock, ubuf, size, noblock, 0, NULL, 0); |
noblock | 1814 | net/ax25/af_ax25.c | static int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len) |
noblock | 1842 | net/ax25/af_ax25.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1884 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1898 | net/ax25/af_ax25.c | return ax25_recvmsg(sock,&msg,size,noblock,flags,addr_len); |
noblock | 1901 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1909 | net/ax25/af_ax25.c | return ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1912 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1914 | net/ax25/af_ax25.c | return ax25_recv(sock, ubuf, size, noblock, 0); |
noblock | 55 | net/core/datagram.c | struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock, int *err) |
noblock | 93 | net/core/datagram.c | if (noblock) |
noblock | 426 | net/core/sock.c | struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, unsigned long fallback, int noblock, int *errcode) |
noblock | 471 | net/core/sock.c | if(noblock) |
noblock | 1153 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1165 | net/ipv4/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 1170 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1174 | net/ipv4/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
noblock | 1177 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1186 | net/ipv4/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
noblock | 1189 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, |
noblock | 1203 | net/ipv4/af_inet.c | return(sk->prot->write(sk, (const unsigned char *) ubuf, size, noblock, flags)); |
noblock | 1206 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1208 | net/ipv4/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
noblock | 1211 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, |
noblock | 1227 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (const 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 | 179 | net/ipv4/raw.c | int len, int noblock, unsigned flags, struct sockaddr_in *usin, int addr_len) |
noblock | 230 | net/ipv4/raw.c | static int raw_write(struct sock *sk, const unsigned char *buff, int len, int noblock, |
noblock | 233 | net/ipv4/raw.c | return(raw_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 262 | net/ipv4/raw.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 278 | net/ipv4/raw.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 299 | net/ipv4/raw.c | int raw_read (struct sock *sk, unsigned char *buff, int len, int noblock,unsigned flags) |
noblock | 301 | net/ipv4/raw.c | return(raw_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 332 | net/ipv4/udp.c | static int udp_sendto(struct sock *sk, const unsigned char *from, int len, int noblock, |
noblock | 401 | net/ipv4/udp.c | static int udp_write(struct sock *sk, const unsigned char *buff, int len, int noblock, |
noblock | 404 | net/ipv4/udp.c | return(udp_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 468 | net/ipv4/udp.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 488 | net/ipv4/udp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 519 | net/ipv4/udp.c | int udp_read(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 522 | net/ipv4/udp.c | return(udp_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 1694 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock, |
noblock | 1737 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1739 | net/ipx/af_ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1742 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1764 | net/ipx/af_ipx.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1787 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1789 | net/ipx/af_ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
noblock | 1793 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1799 | net/ipx/af_ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1802 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1804 | net/ipx/af_ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
noblock | 1023 | net/netrom/af_netrom.c | static int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags) |
noblock | 1128 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1140 | net/netrom/af_netrom.c | return nr_sendmsg(sock,&msg,size,noblock,flags); |
noblock | 1143 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1145 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0); |
noblock | 1148 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1150 | net/netrom/af_netrom.c | return nr_sendto(sock, ubuf, size, noblock, 0, NULL, 0); |
noblock | 1153 | net/netrom/af_netrom.c | static int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, |
noblock | 1181 | net/netrom/af_netrom.c | if ((skb = skb_recv_datagram(sk, flags, noblock, &er)) == NULL) |
noblock | 1208 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1222 | net/netrom/af_netrom.c | return nr_recvmsg(sock,&msg,size,noblock,flags,addr_len); |
noblock | 1226 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1234 | net/netrom/af_netrom.c | return nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL); |
noblock | 1237 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1239 | net/netrom/af_netrom.c | return nr_recv(sock, ubuf, size, noblock, 0); |
noblock | 779 | net/unix/af_unix.c | static int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len) |
noblock | 837 | net/unix/af_unix.c | if(noblock) |
noblock | 1014 | net/unix/af_unix.c | static int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1028 | net/unix/af_unix.c | return unix_recvmsg(sock,&msg,size,noblock,flags,addr_len); |
noblock | 1031 | net/unix/af_unix.c | static int unix_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1033 | net/unix/af_unix.c | return unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL); |
noblock | 1036 | net/unix/af_unix.c | static int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags) |
noblock | 1038 | net/unix/af_unix.c | return unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
noblock | 1041 | net/unix/af_unix.c | static int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags, |
noblock | 1053 | net/unix/af_unix.c | return unix_sendmsg(sock,&msg,size,noblock,flags); |
noblock | 1056 | net/unix/af_unix.c | static int unix_write(struct socket *sock, const char *ubuf, int size, int noblock) |
noblock | 1058 | net/unix/af_unix.c | return unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0); |
noblock | 1061 | net/unix/af_unix.c | static int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags) |
noblock | 1063 | net/unix/af_unix.c | return unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0); |