taglinefilesource code
tcp_prot546net/inet/af_inet.cprot = &tcp_prot;
tcp_prot1536net/inet/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot1540net/inet/af_inet.ctcp_prot.inuse = 0;
tcp_prot1541net/inet/af_inet.ctcp_prot.highestinuse = 0;
tcp_prot132net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot161net/inet/proc.ctcp_prot.inuse, tcp_prot.highestinuse);
tcp_prot274net/inet/sock.cif (sk->prot == &tcp_prot) 
tcp_prot764net/inet/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot4540net/inet/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot4574net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4605net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4802net/inet/tcp.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot4840net/inet/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot5069net/inet/tcp.cstruct proto tcp_prot = {
tcp_prot121net/inet/tcp.hextern struct proto tcp_prot;