tag | line | file | source code |
tcp_prot | 122 | include/net/tcp.h | extern struct proto tcp_prot; |
tcp_prot | 599 | net/ipv4/af_inet.c | prot = &tcp_prot; |
tcp_prot | 1485 | net/ipv4/af_inet.c | tcp_prot.sock_array[i] = NULL; |
tcp_prot | 1489 | net/ipv4/af_inet.c | tcp_prot.inuse = 0; |
tcp_prot | 1490 | net/ipv4/af_inet.c | tcp_prot.highestinuse = 0; |
tcp_prot | 156 | net/ipv4/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
tcp_prot | 185 | net/ipv4/proc.c | tcp_prot.inuse, tcp_prot.highestinuse); |
tcp_prot | 525 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
tcp_prot | 2141 | net/ipv4/tcp.c | struct proto tcp_prot = { |
tcp_prot | 143 | net/ipv4/tcp_input.c | sk = get_sock(&tcp_prot, dport, saddr, sport, daddr); |
tcp_prot | 1781 | net/ipv4/tcp_input.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
tcp_prot | 1818 | net/ipv4/tcp_input.c | tcp_send_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
tcp_prot | 1887 | net/ipv4/tcp_input.c | tcp_send_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |