taglinefilesource code
tcp_prot318drivers/net/d_link.cextern struct proto tcp_prot;
tcp_prot337drivers/net/d_link.ctcp_prot.rspace = d_link_rspace; /* was: sock_rspace */
tcp_prot358drivers/net/d_link.ctcp_prot.rspace = sock_rspace; /* see comment above! */
tcp_prot119net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0);
tcp_prot635net/inet/sock.cif (sk->prot == &tcp_prot) val = SOCK_STREAM;
tcp_prot723net/inet/sock.cprot = &tcp_prot;
tcp_prot1797net/inet/sock.ctcp_prot.sock_array[i] = NULL;
tcp_prot572net/inet/sockinet.cprot = &tcp_prot;
tcp_prot1621net/inet/sockinet.ctcp_prot.sock_array[i] = NULL;
tcp_prot220net/inet/tcp.csk = get_sock(&tcp_prot, th->source/*dest*/, daddr, th->dest/*source*/, saddr);
tcp_prot3440net/inet/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot3481net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev);
tcp_prot4032net/inet/tcp.cstruct proto tcp_prot = 
tcp_prot135net/inet/tcp.hextern struct proto tcp_prot;
tcp_prot259net/socket/sock.cif (sk->prot == &tcp_prot)