tag | line | file | source code |
noblock | 279 | include/linux/skbuff.h | extern struct sk_buff * skb_recv_datagram(struct sock *sk,unsigned flags,int noblock, int *err); |
noblock | 1090 | net/inet/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1102 | net/inet/af_inet.c | return(sk->prot->recvfrom(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 1107 | net/inet/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1111 | net/inet/af_inet.c | return inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL); |
noblock | 1114 | net/inet/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1123 | net/inet/af_inet.c | return(sk->prot->read(sk, (unsigned char *) ubuf, size, noblock, 0)); |
noblock | 1126 | net/inet/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1140 | net/inet/af_inet.c | return(sk->prot->write(sk, (unsigned char *) ubuf, size, noblock, flags)); |
noblock | 1143 | net/inet/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1145 | net/inet/af_inet.c | return inet_send(sock,ubuf,size,noblock,0); |
noblock | 1148 | net/inet/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1164 | net/inet/af_inet.c | return(sk->prot->sendto(sk, (unsigned char *) ubuf, size, noblock, flags, |
noblock | 52 | net/inet/datagram.c | struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock, int *err) |
noblock | 88 | net/inet/datagram.c | if (noblock) |
noblock | 962 | net/inet/ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
noblock | 1138 | net/inet/ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
noblock | 1140 | net/inet/ipx.c | return ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0); |
noblock | 1143 | net/inet/ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
noblock | 1164 | net/inet/ipx.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 1185 | net/inet/ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1187 | net/inet/ipx.c | return ipx_send(sock,ubuf,size,noblock,0); |
noblock | 1191 | net/inet/ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
noblock | 1197 | net/inet/ipx.c | return ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL); |
noblock | 1200 | net/inet/ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
noblock | 1202 | net/inet/ipx.c | return ipx_recv(sock,ubuf,size,noblock,0); |
noblock | 140 | net/inet/packet.c | int noblock, unsigned flags, struct sockaddr_in *usin, |
noblock | 224 | net/inet/packet.c | int len, int noblock, unsigned flags) |
noblock | 226 | net/inet/packet.c | return(packet_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 284 | net/inet/packet.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 312 | net/inet/packet.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 365 | net/inet/packet.c | int len, int noblock, unsigned flags) |
noblock | 367 | net/inet/packet.c | return(packet_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 127 | net/inet/raw.c | int len, int noblock, unsigned flags, struct sockaddr_in *usin, int addr_len) |
noblock | 173 | net/inet/raw.c | skb=sock_alloc_send_skb(sk, len+sk->prot->max_header, noblock, &err); |
noblock | 218 | net/inet/raw.c | static int raw_write(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 221 | net/inet/raw.c | return(raw_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 243 | net/inet/raw.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 260 | net/inet/raw.c | skb=skb_recv_datagram(sk,flags,noblock,&err); |
noblock | 282 | net/inet/raw.c | int raw_read (struct sock *sk, unsigned char *buff, int len, int noblock,unsigned flags) |
noblock | 284 | net/inet/raw.c | return(raw_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 27 | net/inet/raw.h | int len, int noblock, unsigned flags, |
noblock | 30 | net/inet/raw.h | int len, int noblock, unsigned flags); |
noblock | 432 | net/inet/sock.c | struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, int noblock, int *errcode) |
noblock | 464 | net/inet/sock.c | if(noblock) |
noblock | 209 | net/inet/sock.h | unsigned char *from, int len, int noblock, |
noblock | 213 | net/inet/sock.h | unsigned char *from, int len, int noblock, |
noblock | 294 | net/inet/sock.h | extern struct sk_buff *sock_alloc_send_skb(struct sock *skb, unsigned long size, int noblock, int *errcode); |
noblock | 342 | net/inet/udp.c | static int udp_sendto(struct sock *sk, unsigned char *from, int len, int noblock, |
noblock | 401 | net/inet/udp.c | static int udp_write(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 404 | net/inet/udp.c | return(udp_sendto(sk, buff, len, noblock, flags, NULL, 0)); |
noblock | 468 | net/inet/udp.c | int noblock, unsigned flags, struct sockaddr_in *sin, |
noblock | 488 | net/inet/udp.c | skb=skb_recv_datagram(sk,flags,noblock,&er); |
noblock | 519 | net/inet/udp.c | int udp_read(struct sock *sk, unsigned char *buff, int len, int noblock, |
noblock | 522 | net/inet/udp.c | return(udp_recvfrom(sk, buff, len, noblock, flags, NULL, NULL)); |
noblock | 37 | net/inet/udp.h | int len, int noblock, unsigned flags, |
noblock | 40 | net/inet/udp.h | int len, int noblock, unsigned flags); |