tag | line | file | source code |
tcp_prot | 121 | include/net/tcp.h | extern struct proto tcp_prot; |
tcp_prot | 564 | net/ipv4/af_inet.c | prot = &tcp_prot; |
tcp_prot | 1564 | net/ipv4/af_inet.c | tcp_prot.sock_array[i] = NULL; |
tcp_prot | 1568 | net/ipv4/af_inet.c | tcp_prot.inuse = 0; |
tcp_prot | 1569 | net/ipv4/af_inet.c | tcp_prot.highestinuse = 0; |
tcp_prot | 149 | net/ipv4/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
tcp_prot | 178 | net/ipv4/proc.c | tcp_prot.inuse, tcp_prot.highestinuse); |
tcp_prot | 817 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
tcp_prot | 4492 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
tcp_prot | 4542 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tcp_prot | 4573 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
tcp_prot | 4770 | net/ipv4/tcp.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
tcp_prot | 4808 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
tcp_prot | 5178 | net/ipv4/tcp.c | struct proto tcp_prot = { |