taglinefilesource code
tcp_prot108net/tcp/sock.cextern struct proto tcp_prot;
tcp_prot795net/tcp/sock.cif (sk->prot == &tcp_prot)
tcp_prot863net/tcp/sock.ctcp_prot.sock_array[i] = NULL;
tcp_prot925net/tcp/sock.cprot = &tcp_prot;
tcp_prot103net/tcp/tcp.cextern struct proto tcp_prot;
tcp_prot208net/tcp/tcp.csk = get_sock (&tcp_prot, net16(th->dest), saddr, th->source, daddr);
tcp_prot2795net/tcp/tcp.csk=get_sock(&tcp_prot, net16(th->dest), saddr, th->source, daddr);
tcp_prot2821net/tcp/tcp.ctcp_reset (daddr, saddr, th, &tcp_prot, opt,dev);
tcp_prot3265net/tcp/tcp.cstruct proto tcp_prot =