taglinefilesource code
tcp_prot309drivers/net/d_link.cextern struct proto tcp_prot;
tcp_prot329drivers/net/d_link.ctcp_prot.rspace = d_link_rspace; /* was: sock_rspace */
tcp_prot353drivers/net/d_link.ctcp_prot.rspace = sock_rspace; /* see comment above! */
tcp_prot315drivers/net/de600.cextern struct proto tcp_prot;
tcp_prot339drivers/net/de600.ctcp_prot.rspace = de600_rspace; /* was: sock_rspace */
tcp_prot366drivers/net/de600.ctcp_prot.rspace = sock_rspace; /* see comment above! */
tcp_prot475net/inet/af_inet.cprot = &tcp_prot;
tcp_prot1371net/inet/af_inet.ctcp_prot.sock_array[i] = NULL;
tcp_prot129net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
tcp_prot268net/inet/sock.cif (sk->prot == &tcp_prot) 
tcp_prot251net/inet/tcp.csk = get_sock(&tcp_prot, th->source/*dest*/, daddr, th->dest/*source*/, saddr);
tcp_prot3359net/inet/tcp.csk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr);
tcp_prot3381net/inet/tcp.ctcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255);
tcp_prot3899net/inet/tcp.cstruct proto tcp_prot = {
tcp_prot113net/inet/tcp.hextern struct proto tcp_prot;