tag | line | file | source code |
tcp_prot | 546 | net/inet/af_inet.c | prot = &tcp_prot; |
tcp_prot | 1536 | net/inet/af_inet.c | tcp_prot.sock_array[i] = NULL; |
tcp_prot | 1540 | net/inet/af_inet.c | tcp_prot.inuse = 0; |
tcp_prot | 1541 | net/inet/af_inet.c | tcp_prot.highestinuse = 0; |
tcp_prot | 132 | net/inet/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
tcp_prot | 161 | net/inet/proc.c | tcp_prot.inuse, tcp_prot.highestinuse); |
tcp_prot | 274 | net/inet/sock.c | if (sk->prot == &tcp_prot) |
tcp_prot | 764 | net/inet/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
tcp_prot | 4540 | net/inet/tcp.c | sk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
tcp_prot | 4574 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tcp_prot | 4605 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tcp_prot | 4802 | net/inet/tcp.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
tcp_prot | 4840 | net/inet/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
tcp_prot | 5069 | net/inet/tcp.c | struct proto tcp_prot = { |
tcp_prot | 121 | net/inet/tcp.h | extern struct proto tcp_prot; |