Searched refs:lro_hashsz (Results 1 – 2 of 2) sorted by relevance
115 u_long lro_hashsz; member
176 lc->lro_hash = phashinit_flags(elements, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()254 lc->lro_hashsz = 0; in tcp_lro_free()1252 bucket = &lc->lro_hash[m->m_pkthdr.flowid % lc->lro_hashsz]; in tcp_lro_rx2()1279 bucket = &lc->lro_hash[hash % lc->lro_hashsz]; in tcp_lro_rx2()