tag | line | file | source code |
sendto | 107 | fs/nfs/sock.c | result = sock->ops->sendto(sock, (void *) start, len, 0, 0, |
sendto | 118 | include/linux/net.h | int (*sendto) (struct socket *sock, const void *buff, int len, int nonblock, |
sendto | 255 | include/net/sock.h | int (*sendto)(struct sock *sk, |
sendto | 1220 | net/ipv4/af_inet.c | if (sk->prot->sendto == NULL) |
sendto | 1227 | net/ipv4/af_inet.c | return(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, |
sendto | 887 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |