Searched refs:tcp_bhash_size (Results 1 – 2 of 2) sorted by relevance
2604 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()
131 #define tcp_bhash_size (tcp_hashinfo.__tcp_bhash_size) macro148 return (lport & (tcp_bhash_size - 1)); in tcp_bhashfn()