Home
last modified time | relevance | path

Searched refs:tcp_bhash_size (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp.c2604 tcp_bhash_size = (1UL << order) * PAGE_SIZE / in tcp_init()
2606 if ((tcp_bhash_size > (64 * 1024)) && order > 0) in tcp_init()
2614 for (i = 0; i < tcp_bhash_size; i++) { in tcp_init()
2648 tcp_ehash_size<<1, tcp_bhash_size); in tcp_init()
/linux-2.4.37.9/include/net/
Dtcp.h131 #define tcp_bhash_size (tcp_hashinfo.__tcp_bhash_size) macro
148 return (lport & (tcp_bhash_size - 1)); in tcp_bhashfn()