taglinefilesource code
tcp_prot115include/net/tcp.hextern struct proto tcp_prot;
tcp_prot595net/ipv4/af_inet.cprot = &tcp_prot;
tcp_prot1480net/ipv4/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot1484net/ipv4/af_inet.ctcp_prot.inuse = 0;
tcp_prot1485net/ipv4/af_inet.ctcp_prot.highestinuse = 0;
tcp_prot152net/ipv4/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot181net/ipv4/proc.ctcp_prot.inuse, tcp_prot.highestinuse);
tcp_prot525net/ipv4/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot2179net/ipv4/tcp.cstruct proto tcp_prot = {
tcp_prot141net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
tcp_prot1843net/ipv4/tcp_input.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot1880net/ipv4/tcp_input.ctcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot1943net/ipv4/tcp_input.ctcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);