Searched refs:tcp_hashfn (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | tcp_ipv4.c | 110 static __inline__ int tcp_hashfn(__u32 laddr, __u16 lport, in tcp_hashfn() function 126 return tcp_hashfn(laddr, lport, faddr, fport); in tcp_sk_hashfn() 503 hash = tcp_hashfn(daddr, hnum, saddr, sport); in __tcp_v4_lookup_established() 566 int hash = tcp_hashfn(daddr, lport, saddr, sk->dport); in __tcp_v4_check_established()
|