taglinefilesource code
tcp_prot506net/inet/af_inet.cprot = &tcp_prot;
tcp_prot1385net/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_prot328net/inet/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot3776net/inet/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot3804net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4426net/inet/tcp.cstruct proto tcp_prot = {
tcp_prot113net/inet/tcp.hextern struct proto tcp_prot;