taglinefilesource code
sendto93fs/nfs/rpcsock.cresult = sock->ops->sendto(sock, buf, len, 0, 0, sap, salen);
sendto118include/linux/net.hint  (*sendto)  (struct socket *sock, const void *buff, int len, int nonblock,
sendto271include/net/sock.hint      (*sendto)(struct sock *sk,
sendto1282net/ipv4/af_inet.cif (sk->prot->sendto == NULL) 
sendto1289net/ipv4/af_inet.creturn(sk->prot->sendto(sk, (const unsigned char *) ubuf, size, noblock, flags, 
sendto890net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),