Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c194 lc->lro_hash = phashinit_flags(lro_entries, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()
196 if (lc->lro_hash == NULL) { in tcp_lro_init_args()
209 free(lc->lro_hash, M_LRO); in tcp_lro_init_args()
507 free(lc->lro_hash, M_LRO); in tcp_lro_free()
508 lc->lro_hash = NULL; in tcp_lro_free()
1276 return (&lc->lro_hash[hash % lc->lro_hashsz]); in tcp_lro_rx_get_bucket()
1376 bucket = &lc->lro_hash[0]; in tcp_lro_rx_common()
H A Dtcp_lro.h177 struct lro_head *lro_hash; member