taglinefilesource code
tcp_prot123include/net/tcp.hextern struct proto tcp_prot;
tcp_prot600net/ipv4/af_inet.cprot = &tcp_prot;
tcp_prot1490net/ipv4/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot1494net/ipv4/af_inet.ctcp_prot.inuse = 0;
tcp_prot1495net/ipv4/af_inet.ctcp_prot.highestinuse = 0;
tcp_prot153net/ipv4/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot182net/ipv4/proc.ctcp_prot.inuse, tcp_prot.highestinuse);
tcp_prot1067net/ipv4/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot4818net/ipv4/tcp.cif(sk!=get_sock(&tcp_prot,th->dest, saddr, th->source, daddr))
tcp_prot4823net/ipv4/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot4876net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4906net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot5096net/ipv4/tcp.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot5134net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot5520net/ipv4/tcp.cstruct proto tcp_prot = {