Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.h174 u_long lro_hashsz; member
H A Dtcp_lro.c197 lc->lro_hash = phashinit_flags(elements, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()
512 lc->lro_hashsz = 0; in tcp_lro_free()
1279 return (&lc->lro_hash[hash % lc->lro_hashsz]); in tcp_lro_rx_get_bucket()