Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.h115 u_long lro_hashsz; member
H A Dtcp_lro.c176 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()