taglinefilesource code
tcp_prot488net/inet/af_inet.cprot = &tcp_prot;
tcp_prot1327net/inet/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot131net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot269net/inet/sock.cif (sk->prot == &tcp_prot) 
tcp_prot271net/inet/tcp.csk = get_sock(&tcp_prot, th->source/*dest*/, daddr, th->dest/*source*/, saddr);
tcp_prot3711net/inet/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot3739net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4365net/inet/tcp.cstruct proto tcp_prot = {
tcp_prot113net/inet/tcp.hextern struct proto tcp_prot;