taglinefilesource code
tcp_prot121net/tcp/sock.cextern struct proto tcp_prot;
tcp_prot817net/tcp/sock.cif (sk->prot == &tcp_prot)
tcp_prot885net/tcp/sock.ctcp_prot.sock_array[i] = NULL;
tcp_prot947net/tcp/sock.cprot = &tcp_prot;
tcp_prot115net/tcp/tcp.cextern struct proto tcp_prot;
tcp_prot220net/tcp/tcp.csk = get_sock (&tcp_prot, net16(th->dest), saddr, th->source, daddr);
tcp_prot2887net/tcp/tcp.csk=get_sock(&tcp_prot, net16(th->dest), saddr, th->source, daddr);
tcp_prot2912net/tcp/tcp.ctcp_reset (daddr, saddr, th, &tcp_prot, opt,dev);
tcp_prot3359net/tcp/tcp.cstruct proto tcp_prot =