예제 #1
0
static void hashrandom_init(void *arg)
{
#if __FreeBSD_version >= 1100000
	/*
	 * It is assumed that the random subsystem has been
	 * initialized when this function is called:
	 */
	hashrandom = m_ether_tcpip_hash_init();
}
예제 #2
0
파일: mlx5_en_tx.c 프로젝트: radi9/freebsd
static void
mlx5e_hash_init(void *arg)
{
	mlx5e_hash_value = m_ether_tcpip_hash_init();
}