taglinefilesource code
tcp_prot128include/net/tcp.hextern struct proto tcp_prot;
tcp_prot603net/ipv4/af_inet.cprot = &tcp_prot;
tcp_prot1497net/ipv4/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot1501net/ipv4/af_inet.ctcp_prot.inuse = 0;
tcp_prot1502net/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_prot513net/ipv4/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot2087net/ipv4/tcp.cstruct proto tcp_prot = {
tcp_prot147net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
tcp_prot1862net/ipv4/tcp_input.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot1899net/ipv4/tcp_input.ctcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot1962net/ipv4/tcp_input.ctcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);