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_prot1081net/ipv4/tcp.csk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
tcp_prot4846net/ipv4/tcp.cif(sk!=get_sock(&tcp_prot,th->dest, saddr, th->source, daddr))
tcp_prot4851net/ipv4/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot4904net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot4934net/ipv4/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot5124net/ipv4/tcp.csk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot5162net/ipv4/tcp.ctcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255);
tcp_prot5518net/ipv4/tcp.cstruct proto tcp_prot = {