Searched refs:lro_hash (Results 1 – 2 of 2) sorted by relevance
201 lc->lro_hash = hashalloc(&ha); in tcp_lro_init_args()202 if (lc->lro_hash == NULL) { in tcp_lro_init_args()220 hashfree(lc->lro_hash, &ha); in tcp_lro_init_args()521 hashfree(lc->lro_hash, &ha); in tcp_lro_free()522 lc->lro_hash = NULL; in tcp_lro_free()1291 return (&lc->lro_hash[hash % lc->lro_hashsz]); in tcp_lro_rx_get_bucket()1370 bucket = &lc->lro_hash[0]; in tcp_lro_rx_common()
177 struct lro_head *lro_hash; member