taglinefilesource code
tcp_prot122include/net/tcp.hextern struct proto tcp_prot;
tcp_prot596net/ipv4/af_inet.cprot = &tcp_prot;
tcp_prot1482net/ipv4/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot1486net/ipv4/af_inet.ctcp_prot.inuse = 0;
tcp_prot1487net/ipv4/af_inet.ctcp_prot.highestinuse = 0;
tcp_prot156net/ipv4/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot185net/ipv4/proc.ctcp_prot.inuse, tcp_prot.highestinuse);
tcp_prot525net/ipv4/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot2141net/ipv4/tcp.cstruct proto tcp_prot = {
tcp_prot143net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
tcp_prot1781net/ipv4/tcp_input.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot1818net/ipv4/tcp_input.ctcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot1887net/ipv4/tcp_input.ctcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);